I’m building a Hybrid App using Ionic framework and Cordova. I’ve installed couple of plugins and everything is working fine in Android. When I built app for IOS using XCode and trying to test in Simulator or iPad device, I’m getting issues with touch events.
Everywhere where I supposed to touch once(ng-click), it is not firing click method. If I tap 2 times in short span immediately(probably standard 300ms delay), then able to get it fired.
We are not having any issues with functionality in IOS App except the need to double click to open any screens.
Can anybody please guide on the touch/tap issue.