Hi everybody,
I'm trying to use a Map (Xamarin.Forms.Maps.Map) into a ListView Header.
The problem on Android: both of the Map and the ListView handle any drag event onto the Map.
If I want to drag vertically (from bottom to top) the Map to move it to the south, the ListView also get the drag event and start to scroll.
On iOS, the Map doesn't propagate the "drag" event to the ListView wich is the behavior I'm expecting.
I was trying to implement a custom MapRenderer to solve this but the OnDragEvent method of my renderer is never called, so I don't know how to stop the progation of the gesture.
Thanks for your help!
Best regards,
Antoine Boulinguez.