Hi all,
I have come across a problem and wondered if there was a quick solution or something I'm missing.
Basically I have a StackLayout that forms most of the page - I am using its .Tapped event courtesy of MR.Gestures.
The StackLayout's children are MR.Gesture.Label objects and I am also using their .Tapped events.
On iOS when I run on the simulator, tapping one of the child labels causes the parent StackLayout's .Tapped event to fire, but the child label .Tapped event doesn't.
However, on Android when tapping a child label the correct .Tapped event fires (and actually I think the parent StackLayout's .Tapped event fires afterwards but I can cope with that).
Not sure if this is the desired functionality or if there is some way of making sure the correct event fires.
I'm using a GridLayout if that makes any difference, and happy to supply some code (but there's a lot so would need to paste the relevant bits) for this particular application.
Thank you.
PS I'm using MR.Gestures v1.3.5 on both platforms and also XF 2.0.1.6495 on both as well.
PPS. I'm now just wondering if it's anything to do with the fact I'm clicking my mouse on the iOS simulator but for Android I have an actual device.