A CooperativeGestureHandler is a control that adds cooperative gesture info when user tries to zoom in/out.
CooperativeGestureHandler
const map = new Map({ cooperativeGestures: true}); Copy
const map = new Map({ cooperativeGestures: true});
Example: cooperative gestures
This is the key that will allow to bypass the cooperative gesture protection
A
CooperativeGestureHandler
is a control that adds cooperative gesture info when user tries to zoom in/out.Example
See
Example: cooperative gestures