gpt4 book ai didi

javascript - 导航器地理定位 getCurrentPosition 不起作用

转载 作者:行者123 更新时间:2023-11-28 08:52:31 25 4
gpt4 key购买 nike

我有这个 html 页面:

<!DOCTYPE html>
<html>
<head>
<title>Geolocation test</title>
</head>
<body>
<script type="text/javascript">
navigator.geolocation.getCurrentPosition(function (position) {
alert(position.coords.latitude + ',' + position.coords.longitude);
}, function (error) {
alert(error.code);
}, {enableHighAccuracy: true, maximumAge: 0});
</script>
</body>

适用于:

  • 三星 Galaxy 3 Google Chrome
  • Samsung Galaxy 3 native 网络浏览器
  • Chrome 桌面版。

不适用于:

  • 三星 Galaxy S2 Chrome
  • 三星 Galaxy S2 native
  • 桌面版 Firefox

我已经阅读了很多关于这个问题的问题,但他们都说有时该位置不可用或者可能需要很长时间才能检索它,但是当我打开 Android map 应用程序时,它显示了一个完美的位置立即定位(即使我有一段时间不使用它)

我知道我可以使用超时选项来处理错误回调,但这不是我的解决方案。

谢谢!

最佳答案

关于javascript - 导航器地理定位 getCurrentPosition 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18980037/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com