How to integrate paypal into your IOS app using swift?

How can I exit an iOS web app using JavaScript to the desktop?

  • iOS provides ways of giving a web app a desktop icon, and start splash screen. How would you exit a web app and return to the desktop, making the web app like a true app?

  • Answer:

    Probably you can't. If "apple-mobile-web-app-capable" is "no", the following code does work, will close window, but still in safari. window.open('','_self'); window.close(); I think, exit app should do by "home button". Same applies to native app. (Apple's concept is common user experience in any apps.) regards.

Tatsuya Tobioka at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.