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
Hi! I just see that you are missing all touch events! So, here we go:
Add eventListener document.addEventListener( 'touchstart', onDocumentTouchStart, false ); document.addEventListener( 'touchmove', onDocumentTouchMove, false );
And the function event:
Hi! I just see that you are missing all touch events! So, here we go:
Add eventListener
document.addEventListener( 'touchstart', onDocumentTouchStart, false ); document.addEventListener( 'touchmove', onDocumentTouchMove, false );
And the function event:
and:
;)
The text was updated successfully, but these errors were encountered: