本文介绍了Firefox 11和GeoLocation拒绝回调的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
事情没问题,Firefox 10.x,但随着火狐11的升级引发了一个问题。我使用
navigator.geolocation.getCurrentPosition(成功,失败)
但是在FF11中,当用户通过选择Not Now拒绝共享位置时,失败回调不会被执行。
有什么建议?
解决方案
好的,现在的答案是:不可能,Firefox设计不会触发失败事件。
Things worked okay is Firefox 10.x but with the upgrade to Firefox 11 has thrown up a problem.
I use
navigator.geolocation.getCurrentPosition(success, failure)
but in FF11 the failure callback is not executed when the user denies sharing location by selecting "Not Now".
Any suggestions?
解决方案
Okay, so the answer for now is: "Not possible, Firefox by design will not fire the failure event. Build your app around this constraint."
这篇关于Firefox 11和GeoLocation拒绝回调的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!