Open awvalenti opened 5 years ago
Try touch-action: none and/or -webkit-touch-action: none. If possible, remove do e.preventDefault from touchmove event.
touch-action: none
-webkit-touch-action: none
do e.preventDefault
touchmove
Try
touch-action: none
and/or-webkit-touch-action: none
. If possible, removedo e.preventDefault
fromtouchmove
event.