geolonia / mbgl-gesture-handling

This is a Mapbox GL JS plugin that handles wheel and touch gestures to prevent unexpected zooming and moving for the map embeded in your web site.
MIT License
10 stars 2 forks source link

Conflict with gestures of mapbox-gl-js #5

Open miya0001 opened 4 years ago

miya0001 commented 4 years ago

There will be some conflict with this PR. https://github.com/mapbox/mapbox-gl-js/pull/9365

We need to consider another solution.

kamataryo commented 3 years ago

with Mapbox GL, we can:

  1. 1 finger touch and swipe to zoom in/out
  2. vertical 2 finger swipe to zoom in/out
  3. double tap with 2 fingers to zoom out

The conflict occurs with 2 and 3 when the help screen ispresented.