Hey guys,
I am running my game inside a UIWebView on iOS9. Often when preloader finishes and loads my game it is scaled up by a factor of 2 (so you can only see top left quarter of the game).
I know for previous versions index contained this meta:
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
If there any solution for this?