Jon West
Jon West
It's "better" but not working quite as well as I'd like. Touch works in Microsoft Edge but normal point-click now malfunctions. Chrome polyline performs properly but polygon does not. Firefox...
Thanks for the report! My target is also Chrome and Firefox, it's just hard debugging this issue at the moment. I'll let you know when I create an additional patch...
Hey @arahansen , Leaflet.draw 0.3.0 has been released with touch support. I'd suggest any additional issues/reports be made on Leaflet.draw repository. I'll draft an issue template later, but if you...
@Jehlahd Is this with leaflet 1.0.x or earlier?
I'm not sure either since I use npm instead of bower. I'll assign this as L1.x issue. @Jehlahd Could you get the error stack from this?
Can I see how you are constructing the map?
Does it only happen with a circle? I'm elevating this bug for a patch release.
OH! well that's odd. Thanks for the details.
Not a fantastic answer here, but you can listen to the draw-start event to grab the current (new) shape and save it to a scope before your draw:vertex listener to...