Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道是否可以通过 Pocked Internet Explorer 在 Windows Mobile 设备上访问 GPS,类似于您在黑莓和 iphone (javascript) 上的访问方式?如果是这样,你怎么做?
谢谢
“可能”是广义的。是的,这是可能的,但并不简单。您必须创建一个 Active X 组件(实现 IObjectSafety,因此它与浏览器兼容)并让页面使用该控件来访问 GPS 驱动程序。