Page 1 of 1

Back to the app from the web

Posted: Fri Jun 18, 2021 3:14 am
by Caramon06

My application works fine with one exception. I have an in-app link to my website. The link in the iOS app, the link takes me to the page but since the iPhone doesn't have a "back" button I can't go back to the app. Looks like you have to close the app and then reopen it to get back into the app.

I tried to set the link to not open in the same window and vice versa.

Any easy work around?

Links and back buttons in Android apps work fine.

Thank you


Re: Back to the app from the web

Posted: Fri Jun 18, 2021 10:54 am
by Oleg Solodiuk

Hello,

What framework are you using? Ionic 4, Ionic 5, or JQM?


Re: Back to the app from the web

Posted: Sun Sep 05, 2021 6:30 pm
by gigo95677

I have the same issue.
I am using JQM.

Preston


Re: Back to the app from the web

Posted: Fri Sep 10, 2021 10:56 am
by Serhii Kulibaba

Hello,

Please use the inAppBrowser: https://docs.appery.io/docs/cordova-jqu ... appbrowser

it will allow you to open the website in the child window of the application (with the "close" button) or in the native browser, without opening the website as application page


Re: Back to the app from the web

Posted: Thu Feb 24, 2022 9:55 pm
by SteveLacy

I am using the InAppBrowser 5.0.0 per the example here https://docs.appery.io/docs/cordova-jqu ... appbrowser. I actually built the sample app to experiment with on an iOS device (everything works fine on Android, but no way to go back on iOS with any of the sample app options). I even added the 'location=yes' option to the javascript window.open() call to no avail. I do not see a working resolution to the problem here on the iOS device.

As a bit of history, using the deprecated 5.1 Appery library and the v3.2 of the InAppBrowser worked on iOS providing a link back to the app after clicking a URL. But when using the latest 5.3 Appery library and v5.0.0 InAppBrowser, there's no way to return to the app on an iOS device after clicking a link.

Any suggestions or help would be greatly appreciated.