Link to .capx file (required! If link is blocked remove the http and www parts):
dl.dropboxusercontent.com/u/28297064/Ordering%20of%20Planets%20-%20finalized%20new%20look-latest%20version.capx
Steps to reproduce:
1. For an App created on iPad (P.S: I have recorded my App running live on iPad with great difficulty. Please check the recorded video link here - dl.dropboxusercontent.com/u/28297064/Untitled.mov)
2.The exported HTML5 is called inside an iframe ( with link target="myframe" in the below code). This iframe is present inside the <div> tags containing header & footer. I have cut-pasted portion of the code below for you to see what I meant -
<div data-role="page" id="next-main-wrapper" class="ui-page app" data-theme="a" >
<div data-role="header" id="next-main-header" data-theme="d">
<h1> Earth and Space </h1>
</div>
<div id="allNextContent" data-role="content">
<iframe name="myframe" id="myframe" seamless="seamless">
</iframe>
</div>
<div data-role="footer" data-theme="d">
<p>Copyright 2013 </p>
</div>
</div>
2.
3.
Observed result:
As can be seen from the video, it loads with the correct size but then somehow starts getting resized (rather over sized) beyond the screen limits! (I have recorded the screen of iPad, running my App live. Please check the recorded video here - dl.dropboxusercontent.com/u/28297064/Untitled.mov )
This behavior is observed only on iPad App only. In browsers it works fine! I have also tried removing canvas resize function inside index.html of the exported HTML5 but no change...I simply dont understand what is causing this!
Expected result:
Using letterbox scale option it should have fit exactly within the iframe but should not oversize.
Browsers affected:
This oversizing behavior is strangely observed only on iPad App somehow. In all other browsers it works fine! FYI...I invoke the same code in web apps as well and all of them work fine without issues.
Chrome: yes/no
Firefox: yes/no
Internet Explorer: yes/no
Operating system & service pack: iOS/iPad
Construct 2 version:158 stable release