Created Ionic 2 Native map following Josh Morony tutorial:
http://www.joshmorony.com/integrating-native-google-maps-into-an-ionic-2-application/ .
Everything works well. Here's the problem:
My view have a side menu, when I click on side menu, it toggles appear, but the options inside are unclickable. When I double click the menu option in emulator, the map zoomed in. The map has overlapped my side menu, is there any solution for this emergency?
Thank you.
I can't provide a solution for you, but Josh did a nice write-up on some of the issues you can expect with using the Cordova maps plugin, including the exact scenario we're both running into:
https://www.joshmorony.com/google-maps-in-ionic-2-native-or-web/
In short, since we're using Ionic 2 it might be best to simply go with the javascript SDK instead of the native plugin. I suspect that'll play much nicer with Ionic in general.