mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 914 forks source link

Plugin don't set click on dynamique html content in map canvas #1349

Closed sepiropht closed 7 years ago

sepiropht commented 7 years ago

I have elements in mapCanvas with dynamic dimensions ,when user click ont them. When the size of elements change all the new part added it not clickable. I cannot use map.setClickable() for this case, what can i do ? Thanks

wf9a5m75 commented 7 years ago

map.refreshLayout()

sepiropht commented 7 years ago

Thanks guy you are really great !