-
Notifications
You must be signed in to change notification settings - Fork 855
Fix ipad dragging issue #233
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
Fix ipad dragging issue #233
Conversation
Thank you! |
I have added this at my end for now - and that works as well. But it should be in this component because you wont ever need to move the entire page as you drag the map - what would be the purpose of that? |
For example we have a page:
Map is on the third screen from top, but prevents the whole page touchmove events, |
Oh i see what your saying - @istarkov PR is fixed. |
Super!!! |
Thank you! |
Using the built in support from google maps would make the component more mobile friendly. This reverts commit 7d1180c.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #232
Before:

After:
