Jump to content

iOS zooms on orientation change


RyuMaster
 Share

Recommended Posts

Hi! I am dealing with old iOS bug, where on orientation change, whole game gets zoomed in. The way to fight this is to set:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />

It really helps, no more zoom on rotation. But, my visuals of whole game becomes blurry, not sharp. Any suggestions, how can I solve that? Its either I have that zoom bug, or not the sharp visuals.

 

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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