perliedman / leaflet-routing-machine

Control for routing in Leaflet
https://www.liedman.net/leaflet-routing-machine/
Other
1.08k stars 350 forks source link

PLEASE HELP - Dragging Route Line on Android #531

Open tiagomn opened 5 years ago

tiagomn commented 5 years ago

Hi

I'm facing an issue with android app. I've implemented leaflet on my app and there is an issue on android version which doesn't allow me to change the route as I change one web or iOS. To change a route on android, I need to touch on the route line, then it creates a marker and then I move it to the desired location. It can be emulated if you run it on chrome with mobile rendering. As per my debugging, _onLineTouched event is not fired, just if I touch on the line and not drag it.

Is there any way to fix it to work as Web and iOS, i.e., by simply dragging the route line, instead of the steps described above?