JS事件查看Mobile Safari是否已关闭?

发布于 2024-10-30 20:11:42 字数 150 浏览 1 评论 0原文

如果用户关闭 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

睫毛上残留的泪 2024-11-06 20:11:42

不完全是,但请查看 pagehide 事件的注释:当 WebKit WebApp 被“终止”时会触发什么事件

Not exactly, but look in the comments for the pagehide event: What event fires when a WebKit WebApp is "terminated"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文