You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's impossible to manipulate an input of type range by touch on touch screens in Edge and IE11.
Reseting the (-ms-)touch-action to auto solves this problem, see https://codepen.io/pehaa/pen/praJXr
It's set to manipulation for all inputs in scss/_reboot.scss lines 279-289
The text was updated successfully, but these errors were encountered:
It's impossible to manipulate an input of type range by touch on touch screens in Edge and IE11.
Reseting the (-ms-)touch-action to
auto
solves this problem, see https://codepen.io/pehaa/pen/praJXrIt's set to
manipulation
for all inputs in scss/_reboot.scss lines 279-289The text was updated successfully, but these errors were encountered: