浏览器<-> 客户端硬件API?

发布于 2024-07-09 08:45:04 字数 143 浏览 11 评论 0 原文

是否有任何举措来实施/商定用于 Web 浏览器和客户端硬件之间连接的标准 API。

示例:iPhone 内有 GPS/摄像头/加速计。 如果我的 Web 应用程序可以与它们通信(而不是我必须编写厚重的 ObjectiveC 应用程序),那就太酷了。

Are there any initiatives to implement/agree upon a standard API for connectivity between web browsers and client hardware.

Example: The iPhone has a GPS/Camera/Accellerometer in it. It'd be very cool if my web app could communicate with them (rather than me having to write a thick ObjectiveC application).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

青丝拂面 2024-07-16 08:45:04

我见过的最接近的东西是 Android 手机 API,它可以让您的程序(相对)轻松地访问其硬件。 谷歌正在推动它成为新标准,但它与网络应用程序几乎没有什么区别(根据大多数定义,它完全在浏览器中运行?)。

The closest thing I've seen to that is the Android phone API, which lets your programs access its hardware (relatively) painlessly. Google's pushing for it to become the new standard, but its hardly the same thing as a web-app (which, by most definitions, runs entirely in your browser?).

眼泪淡了忧伤 2024-07-16 08:45:04

即将推出的 FireFox 版本有一个 API,可以从 GPS 设备读取您的纬度/经度。

The upcoming version of FireFox has an API to read your lat/long off a GPS device.

箜明 2024-07-16 08:45:04

添加我自己的问题; 雅虎提供了名为 FireEagle 的地理定位服务,可以充当中介并提供类似的功能。

本质上,手机与更新其位置的中央雅虎服务器进行通信。 然后,您的网络应用程序可以从该中央服务器确定您的大致位置。

To add to my own question; Yahoo provides a geolocation service called FireEagle that could act as a mediator and provide similar functionality.

In essence the phone communicates with a central Yahoo server updating its location. Your web app can then determine your approx location from that central server.

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