Leaflet.Path.Transform
Leaflet.Path.Transform copied to clipboard
Working examples for mobile?
Hi there. Thanks for this good project. I have trouble making it work on mobile devices. Are there some working examples if it's possible at all?
It is supposed to work on mobile, as long as the handlers are accessible. I don't have a device to check. What doesn't work? Also, do you have an Andriod or iOS device?
Hi. Thanks for reply. It´s Android, but planned to work for iOS as well. The provided example in the repository has the same lack - not working on mobile. (Tested with Chrome Inspector for responsive devices and more) Can this has something to with with touch-action in leaflet.css?
What's the differences between the 2 js-files in src folder? I haven't tried the "...-src.js"
this was caused by the leaflet itself as far as I can remember. There was a PR on leaflet-path-drag explaining the problem with touch devices
-src.js
file is not compressed
Thanks for pointing me in the right direction :-)
Works fine on Firefox browser for mobile. Chrome seems to be the issue with its pointer events and not Android itself.