Range input prevents scrolling
See original GitHub issueShort description of the problem:
Range input prevents scrolling
What behavior are you expecting?
When touch started on range input with an intention to scroll, it should scroll and not change range input’s value.
Steps to reproduce: Please see a demo of the issue here.
Other information:
- Also posted this question on stackoverflow but didn’t get any response yet.
- This is a related issue but it was closed by refering an alternate library but issue is still there with that library.
Which Ionic Version? 1.x
Here is the output of ionic info
command:
Your system information:
Cordova CLI: 6.2.0 Gulp version: CLI version 3.9.0 Gulp local: Local version 3.9.0 Ionic Version: 1.1.0 Ionic CLI Version: 1.7.14 Ionic App Lib Version: 0.7.0 ios-deploy version: Not installed ios-sim version: Not installed OS: Mac OS X Mavericks Node Version: v0.12.7 Xcode version: Not installed
Dependency warning - for the CLI to run correctly,
it is highly suggested to install/upgrade the following:
Install ios-sim to deploy iOS applications. npm install -g ios-sim
(may require sudo)
Install ios-deploy to deploy iOS applications to devices. npm install -g ios-deploy
(may require sudo)
Ionic CLI is out of date:
- Locally installed version: 1.7.14
- Latest version: 1.7.16
- https://github.com/driftyco/ionic-cli/blob/master/CHANGELOG.md
- Run npm install -g ionic to update
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Oops, I forgot this was for Ionic while I’m using ionic 2. Ionic 2 doesn’t use range inputs anymore.
For anyone else who encounters the same issue with ionic 2,
It seems that what you need is there in the link above otherwise I didn’t understand your question.