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
These are the flags used by eventjs to detect mouse, touch, pointer events respectively
eventjs.isMouse
eventjs.isTouch
eventjs.isMSPointer
These flags are set wrong when we work on IE11 : It always sets eventjs.isMouse = true, even if event type is pointerEvent and when we have touched the target element , it should be eventjs.isMSPointer = true
The text was updated successfully, but these errors were encountered:
These are the flags used by eventjs to detect mouse, touch, pointer events respectively
eventjs.isMouse
eventjs.isTouch
eventjs.isMSPointer
These flags are set wrong when we work on IE11 : It always sets eventjs.isMouse = true, even if event type is pointerEvent and when we have touched the target element , it should be eventjs.isMSPointer = true
The text was updated successfully, but these errors were encountered: