Jump to content

Touchstart problem


Shahdee
 Share

Recommended Posts

Hello, wonderful community! 
Seeking for advice from experienced developers.

I'm making an HTML5 game with Pixi for Facebook IG platform. 
And initially I've encountered a problem with handling touch events. 
I'm subscribed to touch events like this:
document.addEventListener('touchstart', onDocumentTouchStart, {passive:false});
document.addEventListener('touchend', onDocumentTouchEnd, {passive:false});


So whenever I tap on the screen with one finger, the circle should rotate in one of 2 directions.
But, sometimes touchStart isn't invoked and the circle stops when instead it has to rotate continuously.
The bug isn't reproduced in 100% cases and most probably it occurs when I'm playing the game in Fb IG environment.
This is clearly seen on the video attached. 

I have no clue why this is happening, so any advice is highly appreciated  ? 

P.S.

I have this line added to index.html, so my guess is that 300 ms delay isn't the case here, but, I might be wrong. 

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...