You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the zpd plugin in our Ionic 3 app. The panning/zooming works great on both the browser and device. The onClick event fires in the browser, but not when running on a real device (IOS). It does fire without using zpd(). Any ideas?
The text was updated successfully, but these errors were encountered:
Unfortunately we never got around to include mobile/touch support for the library.
Click events on mobile devices are somewhat special, since this is actually a touch event that will then be translated into a click event – a reason that googles fastclick library is often used to avoid a respective 300ms latency for click events.
I tried using the zpd plugin in our Ionic 3 app. The panning/zooming works great on both the browser and device. The onClick event fires in the browser, but not when running on a real device (IOS). It does fire without using zpd(). Any ideas?
The text was updated successfully, but these errors were encountered: