我创建了一个 Phonegap 项目,并正在使用 Phonegap Desktop 对其进行测试。
在项目中,我使用的是 Geolocation API。
在 Chrome 中我得到
getCurrentPosition() 和 watchPosition() 在不安全的来源上被弃用。要使用此功能,您应该考虑将应用程序切换到安全源,例如 HTTPS。有关更多详细信息,请参阅https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins。
如何配置 Phonegap Desktop 以使其工作?我该怎么做才能让它在实际的手机上运行?
我已经添加了config.xml
:
<feature name="http://api.phonegap.com/1.0/geolocation"/>