Greetings,
I've lost more than a day arround this already.
I made a renderer that uses google maps on iphone so I can build a custom info window.
I have a button inside a info window but I can't capture the Tap event.
Im trying to do something like this
Image may be NSFW.
Clik here to view.
I believe the event is being capture at the MapView level instead because we can still drag the map even though we tap inside the infoWindow.
I know i can use turn off the map dragging by using:
googleMap.InputTransparent = true;
but im still unable to capture the events on the gesture recognizer.
I would also like to put a working scrollview inside the info window in the case that theres too much text to read which im adding the forms level in my StackLayout/info window
I'm really lost here. Hope you can give me some lights on the matter.