You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The iOS users of my Cordova app started exhibiting the problem after they upgraded their system to latest iOS version. Now tocca exhibits this problem:
TypeError: undefined is not an object
This is shown here in the latest version of tocca in this particular code:
var pointer = getPointerEvent(e)
currX = pointer.pageX <- Here pointer is undefined
This issue is shown randomly I was not able to reproduce with my iPhone SE, I will try to understand which devices affect the problem with more debugging.
I am using Tocca with this configuration.
window.tocca({
useJquery: false
});
The text was updated successfully, but these errors were encountered:
iOS13 WkWebview handles touch and click events in a different way. They broke a lot of stacks using WkWebview.
Don't really understand why google / apple continue to mantain native langages and don't use html / css / js every time.
The iOS users of my Cordova app started exhibiting the problem after they upgraded their system to latest iOS version. Now tocca exhibits this problem:
TypeError: undefined is not an object
This is shown here in the latest version of tocca in this particular code:
var pointer = getPointerEvent(e)
currX = pointer.pageX <- Here pointer is undefined
This issue is shown randomly I was not able to reproduce with my iPhone SE, I will try to understand which devices affect the problem with more debugging.
I am using Tocca with this configuration.
window.tocca({
useJquery: false
});
The text was updated successfully, but these errors were encountered: