Palm webOS 上浏览器中的方向更改事件
我正在开发一个网络应用程序,我试图在用户旋转屏幕时进行捕获。从根本上来说,我想知道用户是否以纵向模式或横向模式浏览。当屏幕方向改变时,iPhone/iPad 和 Android 浏览器会发送调整大小事件。
不幸的是,webOS 中的浏览器似乎没有发送该通知。关于如何在浏览器中检测 Palm webOS 方向的任何变化有什么建议吗?
谢谢。
I'm working on a web application where I'm trying to capture when the user rotates the screen. Fundamentally, I want to know if the user is browsing in portrait mode or landscape mode. The iPhone/iPad and Android browsers send a resize event when the screen orientation changes.
Unfortunately, the browser in webOS doesn't seem to send that notification. Any advice on how to detect in the browser any changes in orientation on Palm webOS?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然,该事件标记为错误不存在并且“应该在即将发布的版本中修复”。您可以将 window.innerHeight 和 window.innerWidth 作为解决方法。
Apparently it's marked as a bug that the event isn't present and "should be fixed in an upcoming release". You could possibly watch window.innerHeight and window.innerWidth as a workaround.