Page 2 of 2

Problem Showing website page on start page using InAppBrowser

Posted: Fri Mar 28, 2014 12:51 am
by Illya Stepanov

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


Problem Showing website page on start page using InAppBrowser

Posted: Fri Mar 28, 2014 2:45 am
by Tro Murphey

Ok, I have shared it with you.


Problem Showing website page on start page using InAppBrowser

Posted: Fri Mar 28, 2014 2:34 pm
by Maryna Brodina

Hello!

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


Problem Showing website page on start page using InAppBrowser

Posted: Fri Mar 28, 2014 6:21 pm
by Tro Murphey

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.


Problem Showing website page on start page using InAppBrowser

Posted: Sat Mar 29, 2014 7:06 pm
by Illya Stepanov

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.


Problem Showing website page on start page using InAppBrowser

Posted: Mon Mar 31, 2014 8:44 pm
by Tro Murphey

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


Problem Showing website page on start page using InAppBrowser

Posted: Tue Apr 01, 2014 6:59 pm
by Maryna Brodina

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.