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

no back button in ios version

hi,
when I use appery io to create my app which base on html5.
I use window.location.replace("") to open my website.
it is wrapped very well
but when I take the ios version.there is not back button in it.
my website will go to another website,the user can not get back.
is there any solution about this?

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

no back button in ios version

Hello!
Use InAppBrowser on device. You can open your site in new window or in default device browser. Here is more information http://cordova.apache.org/docs/en/3.0...

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

no back button in ios version

hi kevin,

I use this to open web sites on same page, then user just click "OK" and closes browser and returns to APP...

window.open("your link here", '_parent');

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

no back button in ios version

I am not quite understand,
is there any way I can add a back button?
I dont wanna modify my website code.

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

no back button in ios version

hi Alex PubliFitness Garcia,

Thanks for ur reply,but where is "OK"?

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

no back button in ios version

hi! the OK is part of the child browser...you just have to add the code I gave you (for example on click event to open a link), so when the user clicks on it, a window opens with the web site, and the OK button appears at the bottom...

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

no back button in ios version

thanks,do u use the inappbrowser?is there a example how to use it?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

no back button in ios version

Please take a look at this doc http://docs.appery.io/tutorials/using...

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

no back button in ios version

HI Igor Moroz,is there anyway to use inappbrowser just in JS?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

no back button in ios version

HI Kevin,
Yes, you could find example here: http://docs.phonegap.com/en/3.0.0/cor...

Return to “Issues”