Android浏览器运行javascript window.close()?
是否可以使用 window.close() 或相关方法关闭 Android 浏览器窗口?我无法在 Android 上运行任何东西(在桌面浏览器 Chrome 和 Firefox 上,我可以毫无问题地执行 window.close() )。
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,不。
我遇到过从浏览器启动 zxing 扫描仪应用程序的情况。它会在新的浏览器窗口中返回。我获取数据,但随后需要关闭该选项卡。并且尚未找到解决方案来关闭该选项卡,无论是通过用户单击页面上的按钮还是在正文加载中。所以看来你只能在页面上放置指令来让用户关闭选项卡。
Unfortunately, No.
I have a situation where I launch the zxing scanner app from my browser. It returns in a new browser window. I snag the data but then need to close that tab. And have yet to find a solution to get that tab closed, either through a user clicking a button on the page or in the body load. So it seems you can only put instructions on the page to have the user close the tab.