诺基亚 5800 传感器
我想知道是否可以通过 javascript 获取诺基亚 5800 的传感器值。 我知道在 HTML5 中有一个事件 DeviceOrientationEvent
可以提供一些值。但由于诺基亚 5800 没有 HTML5 浏览器,我想知道是否还有其他方法。
I would like to know if is possible to get the sensors values of a nokia 5800 through javascript.
I know that in HTML5 there is an event DeviceOrientationEvent
that give some values. But since nokia 5800 doesn't have HTML5 browser I would like to know if there is another way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WebRuntime 小部件具有 JavaScript API 来访问传感器信息。请参阅 Platform Services 1.0 Sensors API 文档了解详细信息。该 API 可在 S60 第 5 版设备(例如 5800)上使用。
WebRuntime widgets have JavaScript APIs to access to sensor information. See the Platform Services 1.0 Sensors API documentation for details. The API is available on S60 5th edition devices such as the 5800.