RyuMaster Posted February 18, 2016 Share Posted February 18, 2016 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 More sharing options...
Recommended Posts