I am using overflow-scroll on my ion-content, which contains a ‘list’ of divs, each of which is clickable. The issue that I am having is that when flinging the screen, as soon as the iOS scroll momentum kicks in the touch areas for the boxes no longer update, which means that when I click on one as the momentum scrolling is still going, it clicks the box which was in that position when the momentum scroll started.
This is an issue on all pages which scroll and contain ng-clickable content.
This issue only happens on iOS and not Android. Is there a reason for this or a way I can fix it.
Thanks
Tom R