Cannot pan and zoom in MapView.
Demo solution
I had similar issue even though I use the latest preview. This is happening when the map controller are in Shell.
Device: Samsung Galaxy A70 (Pie 9.0)
I experienced this as well, it's an issue with using a map in a Shell application.
The issue has been reported to the Xamarin Forms team here: https://github.com/xamarin/Xamarin.Forms/issues/5306
Experiencing the same issue even without using a Shell application.
I have the same issue without shell using Shell too
Xamarin.Forms 4.2.0.848062
Xamarin.Forms.GoogleMaps 3.2.0, 3.2.1
Platform: Android
Update:
Now I got it. The map got this issue when I put it into a ContentView and that ContentView into a Frame, but when I put the map into ContentPage directly it works fine.
Ended up working for me too with that approach @Amirlmam 馃憤
I am facing the issue within a shell application. The map is not inside a content view but a content page. Has anyone figured any solution? (Acting as a showstopper)
Most helpful comment
I have the same issue without shell using Shell too
Xamarin.Forms 4.2.0.848062
Xamarin.Forms.GoogleMaps 3.2.0, 3.2.1
Platform: Android
Update:
Now I got it. The map got this issue when I put it into a ContentView and that ContentView into a Frame, but when I put the map into ContentPage directly it works fine.