CrazyTim / spin-wheel

An easy to use, themeable component for randomising choices and prizes.
https://crazytim.github.io/spin-wheel/examples/themes
MIT License
203 stars 53 forks source link

Demo bug: Touchmove drags the viewport on iOS #1

Closed CrazyTim closed 4 years ago

CrazyTim commented 4 years ago

Try document.addEventListener('touchmove', function() { e.preventDefault(); }, { passive:false });