Help, I use cordova-plugin-googlemaps. problem side menu can't click link

Help me plz, I use cordova-plugin-googlemaps. problem side menu can’t click link. (ionic)
I upload on youtube:

ionic Info

Cordova CLI: 5.0.0
Gulp version: CLI version 3.8.11
Gulp local: Local version 3.9.0
Ionic Version: 1.1.0
Ionic CLI Version: 1.7.11
Ionic App Lib Version: 0.6.5
ios-deploy version: 1.8.2
ios-sim version: 3.1.1
OS: Mac OS X El Capitan
Node Version: v0.12.5
Xcode version: Xcode 7.2 Build version 7C68

Seems the plugin is moving the touch layer above your sidemenu. You should be able to confirm this by using Safari dev tools to look for a div or other element that catches you taps and movements.

If you confirm this, you can start looking for a solution.

I think you must use map.setClickable(false) when you open the sidenav and map.setClickable(true) when you close it.

2 Likes

Ok, it work. but delayed action click link.