How can I disable scrolling on the Google Maps mobile layout?

后端 未结 8 2123
广开言路
广开言路 2020-12-08 07:07

I am developing mobile sites with Google Maps embedded via the Google Maps API. I have been able to stop certain types of behavior but have been unable to find a good way to

8条回答
  •  醉话见心
    2020-12-08 07:44

    Add this to your myOptions list:

    gestureHandling: 'cooperative'
    

    This is from the Google Maps JS API documentation. I implemented a similar functionality on my mobile maps web app.

提交回复
热议问题