mapbox / mapbox.js

Mapbox JavaScript API, a Leaflet Plugin

Home Page:mapbox.com/mapbox.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contextmenu event not fired when tap is disabled

putchi opened this issue · comments

on mobile devices,
if disabling "tap" in order to enable the user to move the page even when the user taps over the map then the "contextmenu" event is not fired on touchstart.

this event is important to be fired every time on touchstart with the default delay of 1 sec.

for example: an issue that when you try to listen to the contextmenu event and let the user know that dragging the map is possible with two fingers.