JS事件查看Mobile Safari是否已关闭?
如果用户关闭 iPhone 上的 Safari,是否会触发 JS 事件? onunload 在用户离开页面时起作用,但在浏览器关闭时不会被调用。
我的预感是,不,没有触发任何事件,因为关闭 Mobile Safari 只是将其“最小化”,而不是实际关闭它。有人能证实吗?
Is there a JS event that gets triggered if a user closes Safari on their iPhone? onunload works if a person leaves a page, but is not called when the browser is closed.
My hunch is, no, there is no event triggered, as closing Mobile Safari merely 'minimizes' it rather than actually closes it. Can anyone confirm?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不完全是,但请查看
pagehide
事件的注释:当 WebKit WebApp 被“终止”时会触发什么事件Not exactly, but look in the comments for the
pagehide
event: What event fires when a WebKit WebApp is "terminated"