将 UIWebView 访问保存到当前位置
我的应用程序中的 UIWebView 正在加载一个请求访问用户位置的网站。在 Safari 中,它会存储此首选项并且不会再次询问,但在我的应用程序中,它每次都会继续询问。有没有办法存储用户对此的偏好,这样他们每次使用该应用程序时就不会被询问?
A UIWebView in my app is loading up a site that is requesting access to the user's location. In Safari, it stores this preference and does not ask it again, but in my app, it continues to ask every time. Is there a way to store the user's preference on this so they are not asked every time they use the app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来这在当前操作系统(iOS 4.0)下无法完成。
It looks like this cannot be done under the current OS (iOS 4.0).