Is it possible to use Javascript to close Android Browser?

前端 未结 5 793
有刺的猬
有刺的猬 2021-01-21 05:03

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 An

5条回答
  •  自闭症患者
    2021-01-21 05:30

    Android browser allows JavaScript to close only popup windows. Hence there is no way to close window, unless it has been created as a popup window.

提交回复
热议问题