Norman Breau

Results 826 comments of Norman Breau

Closing as stale, as XCode 12 is pretty obsolete. I know Cordova also works with modern XCode versions including XCode 14.

Cannot really speak on the root issue but > Do we need to add this permission? https://developer.android.com/reference/android/Manifest.permission#CAMERA This permission is only used for apps that uses the Camera APIs directly....

SSL errors are generally caused by: 1. Missing intermediate certificate on the local device (e..g the webserver does not supply the full certificate chain) 2. There is a mismatch of...

> could these maybe be forwarded to console It's possible they are printed in the native console, but yah, maybe native logs using the cordova logger could be printed to...

Just adding information relevant to this feature request. The android documentation for gesture navigation can be found [here](https://developer.android.com/preview/features/gesturalnav)

I'll go ahead and reopen this issue. It looks like you're using a platform-centric workflow which is a workflow I'm not very familiar with. It may help if you share...

> allowEdit is unpredictable on Android and it should not be used! The Android implementation of this plugin tries to find and use an application on the user's device to...

I'm reaching here, but even though you may not use them in your main webview/app, your app still needs the permissions. You can try adding the `cordova-plugin-camera` plugin for camera...

Why does this depend on #405?

> Because the lock file include the dependencies of the `@cordova/eslint-config` package. I'll try to see what's the state of #405 next week I see. I'll be merging #442 which...