iOS HTML Export Issue
When testing within the appery.io framework, my app works perfectly. When I export to iOS HTML/CSS/JS, though, I hit a weird problem when running the app.
Instead of the start screen loading, I see the parent website of a file that is linked to via an image on the next page.
For example, I have an image linking to http://mysite.com/folder/filename on a page other than the startscreen. When I start the app, instead of the startscreen, I see the home page of http://mysite.com. It doesn't crash the app, as I can click any link and this then loads in Safari.
If I open the test link in Safari, via a QR reader, and save it to the iPad home screen, the app runs perfectly, just as it does in the in-browser test.
Any ideas why it would do this?