如何使用 javascript 检测 iPhone/Android 从睡眠中唤醒
我正在构建一个使用 sockets.io 的网站/web应用程序
目前,如果用户在 iphone 上使用 safari,并且他们锁定屏幕(变黑),我的套接字连接将关闭。这个不错,我想要这个
然而,当他们解锁屏幕(或从睡眠中醒来)时。我想用 javascript 检测此事件,以便我可以重新连接我的套接字。
这可能吗?谷歌并没有在这个问题上透露太多。
Im building a website/webapp that uses sockets.io
Currently if the user is using safari on an iphone for example and they lock the screen (goes black) My socket connection is closed. This is good, I want this.
However when they unlock the screen (or awake from sleep). I would like to detect this event with javascript so I can reconnect my socket.
Is this possible?? Google isn't turning much up on the subject.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我已经弄清楚了
Nevermind, I figured it out