“file:///C:/"上不允许 navigator.geolocation.getCurrentPosit

navigator.geolocation.getCurrentPosition not allowed on quot;file:///C:/quot; based access(“file:///C:/上不允许 navigator.geolocation.getCurrentPosition基于访问)
本文介绍了“file:///C:/"上不允许 navigator.geolocation.getCurrentPosition基于访问的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

可能重复:
Chrome 中的 HTML 5 地理位置提示

我一直在查看 Html 5 中的地理位置.我正在使用 Chrome (12) 并使用如下路径访问 html 文件:file:///C:/_Development/Examples/Html5/boilerplate.html

I've been looking at geolocation in Html 5. I'm using Chrome (12) and am accessing the html file using a path like this: file:///C:/_Development/Examples/Html5/boilerplate.html

我在搜索栏中看到一个小地理定位图标,表示该位置已被阻止跟踪您的位置.

I'm getting the little geolocation icon in the search bar that says that the location has been blocked from tracking your location.

请注意,我根本没有设置任何异常...

Note that I don't have any exceptions setup at all...

可以这样做还是我需要将文件托管在网络服务器上?做不到,为什么做不到?

Can this be done or do I need to host the file on a web server? If it can't be done, why can't it be done?

谢谢

推荐答案

这是这个问题的重复:

Chrome 中的 HTML 5 地理位置提示

chrome 似乎对本地访问地理位置数据有安全限制.您需要托管文件才能使用数据.上一个问题中提供了使用 python 的解决方法.

It seems that chrome has security restrictions on accessing geolocation data locally. You need to host the file to use the data. A workaround with python is available in the previous question.

这篇关于“file:///C:/"上不允许 navigator.geolocation.getCurrentPosition基于访问的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

quot;Origin null is not allowed by Access-Control-Allow-Originquot; in Chrome. Why?(“Access-Control-Allow-Origin 不允许 Origin null在铬.为什么?)
document.write() overwriting the document?(document.write() 覆盖文档?)
Why Chrome cancel CORS OPTION request(为什么 Chrome 会取消 CORS OPTION 请求)
IE10 and Cross-origin resource sharing (CORS) issues with Image / Canvas(IE10 和 Image/Canvas 的跨域资源共享 (CORS) 问题)
Importing script with type=module from local folder causes a CORS issue(从本地文件夹导入 type=module 的脚本会导致 CORS 问题)
HTML crossorigin attribute for img tag(img 标签的 HTML 跨域属性)