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
Related Q & A:
- How do I remove a site from IIS7 using JavaScript?Best solution by Server Fault
- How can I make a dynamic web page in PHP?Best solution by Yahoo! Answers
- How can I apply TIN through web?Best solution by Yahoo! Answers
- How can I block a specific web page?Best solution by Yahoo! Answers
- How can I downgrade my iOS from 4.2 to 4.01?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.