Reputation: 123
My Phonegap app leverages the (Cordova 3.8) webviews 'W3C Geolocation API'. Since upgrading from iOS 9.x to iOS 10 (beta) however, using
navigator.geolocation.getCurrentPosition(...)
now returns an error:
I do not currently use the Cordova Whitelist Plugin. Would using that help or is there a simpler fix?
Upvotes: 2
Views: 5120
Reputation: 123
I added the geolocation plugin instead of using the default Webview geolocation API
Upvotes: 1