Page 1 of 1

iOS HTML Export Issue

Posted: Mon May 27, 2013 2:05 pm
by migs

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?


iOS HTML Export Issue

Posted: Mon May 27, 2013 2:10 pm
by migs

Forget this, I think it's something I've done.

Sorry.


iOS HTML Export Issue

Posted: Mon May 27, 2013 3:02 pm
by Maryna Brodina

Hi, so it's working now as expected?


iOS HTML Export Issue

Posted: Mon May 27, 2013 3:14 pm
by migs

It is.

I realised I'd included another component with a linked event, and didn't remove it before I exported it. I removed it, and it all worked perfectly.