I want to just close or minimize (hide) the full-screen iPhone web application.
How to do it? window.close();does not work.
window.close();
You can not. You cannot exit the browser with JavaScript.
But you can try to crash the browser ... not in a way that would be a good idea.
I'm not sure why you want to do this, but you cannot .