Children not clickable outside parent view
问题 I have a created a mapview with markers on it. Looking at this picture below: Grandparent is a filling View Parent is my MarkerView Child is a marker which is clickable Parent has clipChildren(false) and thus the children are visible. My problem is that the children are clickable, except for the part where Child 2 is outside the Parent . Parent also has the appropriate TouchDelegate (and I also tried this for the children). How can I make the complete child clickable? 回答1: I couldn't make it