I am currently facing a challenge while working on an IOS (Cordova) application. I am developing it using core Javascript without relying on any framework like Ionic or Onsen UI. The issue I am encountering is that I need to trigger an event when the scrolling stops.
Here is my process:
When a user initiates a scroll, it will start scrolling and eventually come to a stop. I require an event to be triggered precisely when the scrolling halts. And I am looking for a solution in pure Javascript without using any external libraries such as jQuery.
Any assistance on this matter would be greatly appreciated. Thank you!