I am using Xamarin Forms and the code from the quick start guide in the Display World Map section.
As the title says, I am unable to pinch zoom on the Android Emulator, but it works on iOS Simulator.
Any suggestions on hot to fix this or is this not supported on Android?
Btw. I had to set the height of the map control, or the iOS Simulator would not run it.
MapView mapView = new MapView { HeightRequest=0, HorizontalOptions = LayoutOptions.EndAndExpand, VerticalOptions = LayoutOptions.FillAndExpand };