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
I was unable to get onChangeStart to fire at all in iOS Safari, until I changed the mapping on line 362 of Rangeslider.js from onTouchStart: this.handleDrag, to onTouchStart: this.handleStart,
Happy to fix it and send you a PR, just wanted to be sure it is actually a bug. thx.
The text was updated successfully, but these errors were encountered:
I was unable to get onChangeStart to fire at all in iOS Safari, until I changed the mapping on line 362 of Rangeslider.js from
onTouchStart: this.handleDrag,
toonTouchStart: this.handleStart,
Happy to fix it and send you a PR, just wanted to be sure it is actually a bug. thx.
The text was updated successfully, but these errors were encountered: