Cordova geolocation.getCurrentPosition 在 iPad 上引发超时
Posted
技术标签:
【中文标题】Cordova geolocation.getCurrentPosition 在 iPad 上引发超时【英文标题】:Cordova geolocation.getCurrentPosition throws timeout on iPad 【发布时间】:2015-02-03 10:14:29 【问题描述】:我正在使用 phonegap 插件地理定位来获取当前位置。
我已经在 android 平板电脑上测试过这个功能,它可以工作。
如果我在我的 iPad 上尝试应用程序,我总是得到 errorcode = 3 (Timeout)。
gps 基本上可以在 iPad 上运行。 (我使用 GPS-Test 应用进行了测试。)
navigator.geolocation.getCurrentPosition(succGPS, errGPS, enableHighAccuracy: false, timeout: 30000, maximumAge: 600000 );
--> 结果是函数errGPS,error.code = 3
【问题讨论】:
如果增加超时怎么办?可能 5 秒还不够 我也试了30秒。 【参考方案1】:我发现了错误。
它与ios8相关。
在 ios 8 中,您必须更新插件。我用的是 0.3.10。
更新到 0.3.13 后,它可以工作了。 :)
【讨论】:
【参考方案2】:检查您的应用程序是否有权访问设备的地理位置。它只会在您第一次在 ios 设备中打开它时询问。您可以在设置中更改它。
【讨论】:
以上是关于Cordova geolocation.getCurrentPosition 在 iPad 上引发超时的主要内容,如果未能解决你的问题,请参考以下文章