Short description of the problem:
Range Slider is not draggable when inside a modal view running on the phone.
What behavior are you expecting?
Range Slider should be draggable to select desired value.
Steps to reproduce:
- Add a range slider component inside a modal view
- Launch modal view in your controller
<ion-modal-view>
<div class="item range">
<i class="icon ion-volume-low"></i>
<input type="range" name="volume">
<i class="icon ion-volume-high"></i>
</div>
</ion-modal-view>
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
When ran on Chrome browser, the range slider is at least tappable allowing to change the value but dragging the slider is still not working. The following message is appearing in my console the moment I tap or try to drag the slider:
Deferred long-running timer task(s) to improve scrolling smoothness. See crbug.com/574343.
Which Ionic Version? 1.2.x up to 1.3.x
Short description of the problem:
Range Slider is not draggable when inside a modal view running on the phone.
What behavior are you expecting?
Range Slider should be draggable to select desired value.
Steps to reproduce:
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
When ran on Chrome browser, the range slider is at least tappable allowing to change the value but dragging the slider is still not working. The following message is appearing in my console the moment I tap or try to drag the slider:
Which Ionic Version? 1.2.x up to 1.3.x