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?
I added the geolocation plugin instead of using the default Webview geolocation API