-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Description
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!