Google Chrome 和 Fire Fox 都设置了权限,
现在我的问题:我如何理解浏览器位置是阻止还是允许使用JavaScript或jQuery?
答案 0 :(得分:0)
获取位置时,会提供错误回调。如果获得位置成功,您将拥有它,如果它们下降,那么您将不会。我不相信有办法知道进步。
navigator.geolocation.getCurrentPosition(success, error);
https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation