toby
1
I could be going mad, but it seems that the google-maps component has stopped working properly on touch devices.
It is not possible to pan or zoom the map on any of my android devices:
Can’t zoom or pan: http://dev2.ubiapps.com/maptestwebix
whereas when not using webix it does work:
This does work: http://dev2.ubiapps.com/maptest
Anyone got any ideas what’s going on here - I suspect it’s an update to the google maps API as I’m sure it was working last week!
toby
2
In fact, even
http://docs.webix.com/samples/32_thirdparty/09_google_map.html
doesn’t work on any of my Android devices - you can’t pan or zoom into the map.
Can somebody else confirm?
Maria
3
Hi,
please try to apply limit() method:
webix.Touch.limit();
toby
4
Hi thanks for the response - that appears to work.
There doesn’t seem to be much documentation for Touch.limit, and what there is doesn’t make sense to me:
“In limited mode custom touch events is supported only inside components, while global touch events are not affected.”
What is a “custom touch event”?
What is a “global touch event”?
Maria
5
Hi,
thank you for the remarks. We will add more details for limit() method. Also we are going to enable this mode by default.