Norman Breau
Norman Breau
Apple states: > If the user denies your app's use of the location service, this method reports a [kCLErrorDenied](https://developer.apple.com/documentation/corelocation/clerror/kclerrordenied?language=objc) error. Upon receiving such an error, you should stop the location...
> The thing is a workaround to a bug that Apple's iOS sends once or twice kCLErrorDenied after suspending and resuming the app and then kCLErrorDenied goes away. It may...
Closing in favour of https://github.com/apache/cordova-plugin-geolocation/pull/100/files Which I believe solves the same problem without deviating away from the W3C standard API.
Fixed by https://github.com/apache/cordova-plugin-geolocation/pull/250
Closing as stale. Seems like the original change was for the windows platform which is now deprecated.
Closing as duplicate in favour of https://github.com/apache/cordova-plugin-media-capture/issues/291 which contains a lot more details and is well more documented.
> String userAgent = System.getProperty( "http.agent" ); This wouldn't be the original user agent used by the webview. It would be the user agent used by the JVM. So I...
@dependabot rebase
closed/re-opened the PR as the test results expired and wasn't available. Assuming that the tests passes I'll do one last row call and I'll merge if there are no objections...