The iframe on my page is being shifted down about 20 pixels each time iPhone is rotated.
The only content on my page is a body tag and the iframe tag, and it only seems to happen when the iframe is pointed to my game.html.
Has anyone else run into this issue or know how to troubleshoot it?
CODE:
<iframe id="gameiFrame" src="game.html" width="100%" height="500"></iframe>
UPDATE:
The iframe itself is not moving down, rather the iframe content is. The game.html file is 3rd party proprietary and obfuscated code but I know it is executing javascript to center the content on the page.