I finally made some simple files to show you my bug on iPad 4 (and iPod Touch 4) in wich I get "stuck" if I go from one html5 page/game to another directly.
You can try it first in a browser:
jeuxid.com/iHD/Test-iPad-Link
Link to .capx file (required!):
jeuxid.com/iHD/Test-iPad/Test-iPad.capx
jeuxid.com/iHD/Test-iPad/Test-iPadLink.capx
(this second one is just a line of text with a "Open URL in new window" action of the Browser object, nothing else.
Steps to reproduce:
1. You just click on the first file wich contain only one line with a link and then you are directed to the second file wich is just a number, starting from 0 (zero) that goes up by one every 0.2 seconds.
2. On iPad (4 here) or iPod Touch (4 again here) the number doesn't add up, but it works in Safari on a Mac, in Firefox on a PC etc.
3. If I hit refresh on the second page in iOS (iPad or iPod) then it works, or if I go to this file directly without using the first file. Its also "resume/work" if I touch the Adress Bar in iOS and then untouch it or try to zoom/unzoom, it seems I have to unfreeze the Safari browser window on my iPad/iPod.
Observed result:
The file is "stuck", those files are just an example, it's does the same with my 2 C2 minigames so far. (only on iPad/iPod/iPhone, not on others tablets I think)
Expected result:
The file should not "pause" at the beginning...
Browsers affected:
Firefox: NO
Safari on a Mac: NO
Safari on iOS (iPad 4 and iPod Touch 4): YES
Internet Explorer: I don't know
Chrome: I don't know
Operating system & service pack:
iOS
Construct 2 version:
Release 119 (Feb 13)
Thanks for your time!
-----------------------------------------------
Here is my post in the "closed bugs" section, sorry for the double post.
Sorry for being so late Ashley.
I finally made some simple files to show you my bug on iPad 4 (and iPod Touch 4) in wich I get "stuck" if I go from one html5 page/game to another directly.
So, you can test in a browser my simple thing:
Those files are made with Construct 2 without touhcing the exported resulting files at all.
jeuxid.com/iHD/Test-iPad-Link
If you touch the only line in this page it directs you to:
jeuxid.com/iHD/Test-iPad ...wich is another C2 html5 file that simply add 1 every 0.2 seconds to the black 0 in the center of the screen. It works fine in Firefox on a PC, in Safari on a MA...but not on my iPad 4 and iPod Touch 4 without hitting refresh OR touching the adress bar then untouching it...
And so, here are my capx:
jeuxid.com/iHD/Test-iPad/Test-iPad.capx
jeuxid.com/iHD/Test-iPad/Test-iPadLink.capx
(this second one is just a line of text with a "Open URL in new window" action of the Browser object, nothing else.