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

Drag move map does not work for google maps on touch devices. (Android/iOS). #298

Open
mzmrk opened this issue Dec 15, 2016 · 0 comments
Open
Labels

Comments

@mzmrk
Copy link

mzmrk commented Dec 15, 2016

Googlemap seems to not work with touch devices properly.
This happends when root div is generated by webix.
I cannot drag move map using touch on android and iOS devices. It can be replicated in emulators on google chrome.

Solution:
in file webix_debug.js
in _touchmove function line:
return webix.html.preventEvent(e);
is blocking googlemaps movement.
just replace it with simple return.

webix.Touch.limit(true); does not fix touch issues with map.
webix.Touch.disable(); fixed map movement, but now nothing works using touch, besides scrolling and google map.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants