Mobile Safari 隐藏/关闭事件
我正在寻找一种方法来跟踪用户何时通过按主页按钮或切换选项卡来隐藏移动Safari。这不会触发 onunload 事件,因为选项卡未关闭,它只是被置于后台。
移动 Safari 是否会触发此事件?
I'm looking for a way to track when a user hides mobile safari by pressing the home button or switching tabs. This doesn't trigger the onunload event, as the tab isn't closed, it's just been put in the background.
Does mobile safari trigger this event at all?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以事实证明,确实会触发“pagehide”和“pageshow”事件。仅在 4.x+ 上测试
So it turns out there is a 'pagehide' and 'pageshow' events that do get triggered. Only tested on 4.x+