Scroll assist prevents propagation of events on iOS which does not work well with a custom Gesture that implements long press event (onEnd never gets called so my timer runs out and triggers long press event action).
Even the simplest @HostBinding is not working since scroll assist calls stopPropagation on the event.
Is there some way to get click/touchEnd event on gesture’s directive?
Version: ionic 5.1.1
P.S. If I comment-out the selected lines everything works as expected
1 post - 1 participant