Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Google Maps scrolling on mobile layout #2300

Closed
elissonkario opened this issue Jan 4, 2017 · 2 comments
Closed

Disable Google Maps scrolling on mobile layout #2300

elissonkario opened this issue Jan 4, 2017 · 2 comments

Comments

@elissonkario
Copy link

Hello. Thank you for sharing this great framework. Is there a way to block the touch on the map when viewed by the cell phone? The map occupies the entire screen and when the site is navigated in the mobile phone, when you arrive on the map, scrolls the map instead of the screen.

@ghost
Copy link

ghost commented Jan 5, 2017

Try to add here

draggable: !("ontouchend" in document)

source

If it works I will include the change and soon we will release a new version of the Shortcodes extension.

@ghost ghost self-assigned this Jan 5, 2017
@ghost ghost added the waiting for a reply label Jan 5, 2017
@GheorgheP GheorgheP unassigned ghost May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants