Google maps using gmap3 does not render correctly in Chrome 18 browser on android tablet

Does anyone have any issues with how Chrome Browser 18 displays google map using gmap3 jquery plugin on android tablet (Samsung Tab 2 10.1 is running Android 4.1.1).

My map will render fine in the native android web browser, but not in Chrome. This is really weird. It will only load about a quarter of the map and the rest will be white.

+3


source to share


1 answer


Ok - this is really silly, but the parent div where the gmaps was displaying the map had an overflow: hidden on it. I removed this CSS rule and it works great. I can not believe this. I don't know why this works, and why Chrome 18 on Android tablets doesn't work with this, but just FYI, it worked.



0


source







All Articles