Kevin Tong
Posts: 0
Joined: Tue Mar 11, 2014 6:47 am

no back button in ios version

HI Igor Moroz,
thanks for ur patience,but I still can not to include the inappbrwoser in my app made by apperyio.there still not "ok" button.could u get me a bit of details?

Kevin Tong
Posts: 0
Joined: Tue Mar 11, 2014 6:47 am

no back button in ios version

I created a project,then created a js,wrote the code window.location.replace('url');
it 's seemed not to use inappbrowser.but if I use window.open method,it wont work in my iphone.I dont know why.

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

no back button in ios version

Hope this image helps you...

Image

Kevin Tong
Posts: 0
Joined: Tue Mar 11, 2014 6:47 am

no back button in ios version

thanks ,but I didnt use that part,I just use a JS to go to my html5 website.
window.location.replace('mywebsite');

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

no back button in ios version

Hello! Try this code prewindow.open('http://example.com', '_blank', 'location=yes');/prePlease note this code will work only after device ready event (in a few seconds after page is opened). If you run it earlier - site will be opened instead app and there won't be Ok button.

Kevin Tong
Posts: 0
Joined: Tue Mar 11, 2014 6:47 am

no back button in ios version

hi,Maryna Brodina
didnt work.

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

no back button in ios version

Please post your public app link and steps to reproduce.

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

no back button in ios version

Hello Maryna...

I ́m using an event calendar plugin. When the user clicks on the event, a description and a button appears, by clicking on that button takes you to the URL of the event.
These are some lines of the JS code to create the button:

Image

The problem is that in iphone, theres no way to return to App, so I ́d like to change this code to something like this:

window.open('https://www.xxxxxxxxxxx.com', '_parent');

This code let me return to my app using OK button.

Thanks!!

Return to “Issues”