I want to put a “close” button in a web page (our client wants to do that)
and when I click this button, I want to close Browser (not the current tab but “browser” in Android Browser, IE, Firefox, Chrome etc.).
I’ve searched around and found a method: window.close() but seems to only work on IE.
My question is:
Is there any way to close Android Browser using Javascript?
Nope – and that’s a Good Thing: the webpage has no business messing with the browser itself (“wait, where did my window go? I had like 30 tabs in there – poof, gone!”), not to mention a glaring vulnerability: