I want to just close or minimize (hide) full-screen iPhone web application.
How to do this? window.close();
doesn't work.
I want to just close or minimize (hide) full-screen iPhone web application.
How to do this? window.close();
doesn't work.
You can't. You cannot quit the browser from JavaScript.
But you could try to make the browser crash... not that this would be a good idea.