mapsplugin / cordova-plugin-googlemaps

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

map view and webview #701

Closed alaanasreng closed 8 years ago

alaanasreng commented 8 years ago

when i use map plugin in my app and scroll down, the map is fixed and don't move with my app

is there any solution?

hirbod commented 8 years ago

you need to change the map_canvas position with JS and call map.refreshLayout()

also have a look for map.watchDogTimer(1) (and set to false after you finished), to speed up the speed of position adjustment

alaanasreng commented 8 years ago

please @Hirbod can you help me how to change map_canvas with JS

hirbod commented 8 years ago

No, sorry, I'm not giving support for JS-problems. Small and last hin

$('#map_canvas').css(..do...whatever...you...want);