当用户拒绝地理定位服务时,我会收到拒绝事件吗?
我的意思是,如果我在网页上有一个按钮,当用户单击该按钮时,
就可以获取用户的地理位置信息。
但在此之前,浏览器会询问用户是否接受使用地理定位服务。
如果用户拒绝地理定位服务,我可以获得拒绝事件吗?
I mean, if i have a button on the web page, when a user click the button,
then can get the user's geolocation information.
but before, the browser will ask the user whether accept to use the geolocation service.
if the user reject the geolocation service, can i get the reject event?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。
示例:
查看Geolocation API 规范以获取更多参考。
Yes.
Example:
Check Geolocation API Specification for further reference.