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
a js-function is needed that will do the whole createEvent('TouchEvent') work and then document.elementFromPoint(x, y).dispatchEvent(event); (basically this is the actual polyfill).
Information contained in the MotionEvent-Object will then need to be passed on in an efficient way to this function.
The text was updated successfully, but these errors were encountered:
a js-function is needed that will do the whole
createEvent('TouchEvent')
work and thendocument.elementFromPoint(x, y).dispatchEvent(event);
(basically this is the actual polyfill).Information contained in the MotionEvent-Object will then need to be passed on in an efficient way to this function.
The text was updated successfully, but these errors were encountered: