A sample mobile app created with the help of HTML5, CSS3 and jQuery. In the app listed number of users details with right arrow mark. arrow mark has touchend
event. which touchend handler navigate to next screen.
On touch the arrow mark and scroll the list above (screen is scrolling) and release the finger the touchend
has fired.
arrow mark touchend will fire only click the element but its called on scroll the screen. any suggestions to solve this?
Solved the issue by applying "click" event instead of "touchend" event.