Javascript error on every touch event

Hello,
I’m getting this error in a real Android device, debugging with Chrome Device Inspector:
Uncaught TypeError: Cannot read property 'srcEvent' of undefined on ionic.bundle.js line 62904.

It’s triggered every time I do a touch event… I’m not seeing it breaking anything, but still it bugs me…
Anyone experiencing this?

Same here.

Uncaught TypeError: Cannot read property ‘srcEvent’ of undefined

Edit:
Found the reason. Is iubenda service that is using jquery the problem.