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
Given I import rangetouch using a script tag in the HTML page
And I interact with my <input type="range>" The thumb` moves but the position doesn't update after releasing
And I get console errors
Without rangetouch:
With rangetouch:
Console after interacting:
Error:
TypeError: e is not a function. (In 'e(e.target,e.type===l.events.end?"change":"input")', 'e' is an instance of TouchEvent)
c — rangetouch.js:1:1405
The text was updated successfully, but these errors were encountered:
iOS 10.3
Safari
Given I import
rangetouch
using ascript
tag in the HTML pageAnd I interact with my
<input type="range>" The
thumb` moves but the position doesn't update after releasingAnd I get console errors
Without rangetouch:

With rangetouch:

Console after interacting:

Error:
The text was updated successfully, but these errors were encountered: