Angular/Cordova application not responding to touch events

We have a Angular/Cordova application which is internal and is deployed on 10th gen iPad's currently. After updating the iOS version to 18.2 (current patch 18.2.1) the touch events on buttons and other views forms such as div are not firing the desired typescript methods. We are getting the touch events on the screen with relevant script which uses eventListner for debugging the touchevent but it doesn't fire at relevant methods at times. "click" can be replaced with "touchend "and "submit".

document.addEventListener('click', (event) => { handleGlobalEvent(event, 'click'); });

Are you able to demonstrate the issue in a test project created from one of Xcode's templates, and using only Apple APIs? If not, you should check with the support resources provided by “Cordova” to get assistance with their software.

Unless another developer in the forums has experience with the third-party and can provide assistance.

You can find tips on creating and sharing a test project in Creating a Test Project.

Albert Pascual
  Worldwide Developer Relations.

Angular/Cordova application not responding to touch events
 
 
Q