I load Map using Ionic2 Native on a Page with ion-navbar,
I have a button in navbar for options widget(I tried using Alert, Popover),
After the map is loaded the widget presents, but i cannot interact with it from there onward
I need urgent help on this…
Please could someone help me on this.
I solved it by toggling map.setClickable
this.map.setClickable(false);
whenever i want to disable map touch event
I will toggle set it to true for enabling map touch
Hope it helps someone
1 Like