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
We have implemented 'Leaflet.GestureHandling' in a map and it shows the warning overlay with text as planned, but somehow it is also triggered when touching/clicking on the UI buttons on mobile (iOS). We are using 'Leaflet.EasyButton for the buttons.
We thought that by adding the following classes from EasyButton to the 'ignorelist' would make Leaflet.GestureHandling work but it did not:
var ignoreList = [
...
"button-state",
"easy-button-button",
"easy-button-container",
...
Any inputs on which step we may be missing?
The text was updated successfully, but these errors were encountered:
ucin3d
changed the title
Touch/click on map buttons triggers the warning overlay and text
Touch/click on map buttons triggers the default behavior
Jun 21, 2022
ucin3d
changed the title
Touch/click on map buttons triggers the default behavior
Touch on map buttons triggers the default behavior
Jun 21, 2022
We have implemented 'Leaflet.GestureHandling' in a map and it shows the warning overlay with text as planned, but somehow it is also triggered when touching/clicking on the UI buttons on mobile (iOS). We are using 'Leaflet.EasyButton for the buttons.
We thought that by adding the following classes from EasyButton to the 'ignorelist' would make Leaflet.GestureHandling work but it did not:
Any inputs on which step we may be missing?
The text was updated successfully, but these errors were encountered: