Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Problem Showing website page on start page using InAppBrowser

You can find more about sharing here: http://docs.appery.io/documentation/s...

Tro Murphey
Posts: 0
Joined: Wed Mar 26, 2014 2:38 pm

Problem Showing website page on start page using InAppBrowser

Ok, I have shared it with you.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Problem Showing website page on start page using InAppBrowser

Hello!

window.open call on load/show events. Leave device ready only.

Tro Murphey
Posts: 0
Joined: Wed Mar 26, 2014 2:38 pm

Problem Showing website page on start page using InAppBrowser

I don't understand what you are telling me.
I see that you have changed the project to open the web page on the 'show' event.
Are you saying 'do not use device ready when using window.open on start page'?
I tested the app with the window.open call in the 'show' event.
It still does not work on my iPhone on the start page.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Problem Showing website page on start page using InAppBrowser

Hi -
[quote:]
Are you saying 'do not use device ready when using window.open on start page'?
[/quote]
No the opposite - use the "Device ready" event. And remove all "Load" and "Show" events.

Tro Murphey
Posts: 0
Joined: Wed Mar 26, 2014 2:38 pm

Problem Showing website page on start page using InAppBrowser

I did that and it still does not show the web page on start.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Problem Showing website page on start page using InAppBrowser

Hello!

We tested ind it worked for us on iOS6 and iOS7 devices.
Please ensure there is no window.open code left on Load or Show events.
Leave just code in util.js assets or move it on Device ready event on page.
Also test .ipa installed on device.

Return to “Issues”