Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Safari: Doesn't change value of <input>, shows console errors #6

Closed
ror-y opened this issue Jun 21, 2017 · 3 comments
Closed

iOS Safari: Doesn't change value of <input>, shows console errors #6

ror-y opened this issue Jun 21, 2017 · 3 comments

Comments

@ror-y
Copy link

ror-y commented Jun 21, 2017

iOS 10.3
Safari

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:
slider-without-rangetouch

With rangetouch:
slider-with-rangetouch

Console after interacting:
screenshot 2017-06-21 at 16 15 35

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
@sampotts
Copy link
Owner

Damn. Sorry about this. Looking now.

@sampotts
Copy link
Owner

sampotts commented Jun 21, 2017

Thanks for reporting this. Should be resolved in v1.0.5 👍

@ror-y
Copy link
Author

ror-y commented Jun 21, 2017

Wow, thanks for the really fast fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants