Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 PhoneGap 应用程序,当它加载时询问“MyApp”是否可以访问位置服务。然后在到达一个在地图上显示您的位置的页面时,询问“www/index.html/”是否可以访问位置服务。
有没有办法让它只是应用程序询问......而不是页面?
我假设您正在谈论一个 iOS 应用程序。因此,您还必须从 Xcode 中打开位置服务选项,否则 webview 将尝试自己作为您的问题。您可以通过将资源中的 Cordova.plist 中的 EnableLocation 更改为true来打开它。