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've got an application that has a bunch of sliders repeating vertically. If I am trying to scroll down the page by swiping up anywhere on any of the sliders ( not just the circle in the sliders), the touch is blocked, and the view will not scroll. I have to touch somewhere else on the screen where there isn't a slider to slide vertically.
Ideally the slider should be able to detect if you are swiping horizontally or vertically. If you swipe vertically then it should just scroll the page. You should also have to touch the actual sliding part as well; a touch anywhere on the slider should not move it.
This is the behavior for native iOS. To see, go to settings -> sounds, and see how the scrolling works when you swipe up and down on the "ringer and alerts" volume slider.
Looks like it was addressed for some inputs here: #1078, but perhaps the slider was not addressed.
Thanks! Ionic is awesome!
The text was updated successfully, but these errors were encountered:
turbobuilt
changed the title
Slider widget prevents vertical scrolling
bug: Range input prevents vertical scrolling
Jun 7, 2015
Well, I found that using a different slider that is angular compatible works. Looks like the "range" input isn't yet working that great in the iOS browser. I used the following slider and it works as it should.
The angularjs-slider still doesn't fix this. The problem remains the same, when you tap on the slider with an intention to scroll, slider changes value. It doesn't work with overflow-scroll="true|false".
Hello,
I've got an application that has a bunch of sliders repeating vertically. If I am trying to scroll down the page by swiping up anywhere on any of the sliders ( not just the circle in the sliders), the touch is blocked, and the view will not scroll. I have to touch somewhere else on the screen where there isn't a slider to slide vertically.
Ideally the slider should be able to detect if you are swiping horizontally or vertically. If you swipe vertically then it should just scroll the page. You should also have to touch the actual sliding part as well; a touch anywhere on the slider should not move it.
This is the behavior for native iOS. To see, go to settings -> sounds, and see how the scrolling works when you swipe up and down on the "ringer and alerts" volume slider.
Looks like it was addressed for some inputs here: #1078, but perhaps the slider was not addressed.
Thanks! Ionic is awesome!
The text was updated successfully, but these errors were encountered: