(Tap) event does not have event.stopPropagation

Hey Guys,

I have an ion-item with a click event, but then an element inside it with a separate click event. I tried using stop.Propagation on the tap events but it doesn’t exist and throws a bug.

Any ideas? I don’t want to use (click) as this has an issue not registering on IOS devices.

1 Like

+1. I have the same issue. stopPropagation works on iOS but not on Android. I’ve tried removing and reinstalling the Android platform. Please help!