Currently, I am working with AngularJS alongside the Ionic Framework to build a real-time communication app.
I have implemented a range slider from the Ionic documentation. The issue I am facing is that when I use ng-change, it triggers my callback function at every step, but I only want to get the final result. On desktop, I can utilize ng-mouseup, however, I am struggling to find a solution for mobile devices. Introducing a delay is not an option for me as speed is crucial for this functionality.