What version of android were you testing on? The range slider is just a default html slider with some css, so it could be some performance issue on the platform. I know the range slider is long overdue for a rework and to make a directive out of it.
Nothing yet, we have some bigger issue to take care of first.
The built is slider is just a standard html slider, so you can always put together a directive and submit a pull request if you want.
I’m troubleshooting the range input’s performance on iOS 8.4.1 (iPhone 6) and wondered if there are any updates or suggestions of third party sliders. The user experience is great on ionic serve but the range isn’t actually sliding on iOS 8 (running on actual iPhone through xcode).
Here are a few details:
$scope.filter.amount is set to 5 when the controller loads. This view has tabs and a side menu, so drag-content is marked false with ‘’. I tried it with and without with content dragging disabled, but no effect. I changed the range to just 5 units (1 to 5) because the slider seems to move a single notch when the user hits it, and a few seconds later it’s possible to move it one more notch. The slider is within a parent div that has an ng-show attribute, but there’s no special gesture handling.
In case anyone else runs into this issue of the Range slider not working with side menu, the fix was covered in an existing issue as described at https://github.com/driftyco/ionic/issues/318. The cause was the sidemenu’s event handling interfering with the slider.