Jump to content

Prevent Double Tap Zoom on Android Devices


Chupup Games
 Share

Recommended Posts

Is there a phaser intern way to prevent the double tap zoom on android devices?

 

<meta name="viewport" content="initial-scale=1 minimum-scale=1 maximum-scale=1 user-scalable=no minimal-ui" />

 

or

 

<meta name="viewport" content="initial-scale=1 minimum-scale=1 maximum-scale=1 user-scalable=0 minimal-ui" />

 

don't work.  :(

Link to comment
Share on other sites

Yeah, i tried width=device-width and many other things i found in the internet, like jquery and javascript solutions but nothing works.

My game is in landscape mode and everytime the player taps fast it is interpreted as a double click and the android browser zooms in..

this make me crazy. Why Google and Apple make it so f.... complicate for us?  <_< 

Link to comment
Share on other sites

  • 2 months later...
 Share

  • Recently Browsing   0 members

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