Norman Breau

Results 827 comments of Norman Breau

Transferred to `cordova-android` because of: >it appears to be a wider Cordova issue rather than a plugin issue.

I think the next step to help move this forward is to create a reproduction repo that demonstrates this issue. I don't own an android device that has notches, but...

The feature you're talking about is essentially what SELinux or AppArmor is for Linux, which developers can set a set of profiles that essentially describes what their app can or...

I'm not well knowledgeable in this area, but thought I'd give a response since no one else did over the weekend. I'm fairly confident the experimental flags are not programmable....

Is it possible to test this in the real iOS Safari browser to determine if the issue also happens in the browser app? If the issue is not exclusive to...

Can you provide the `iOS` version(s) you are encountering this issue on? Thank you.

> Do you mean the entire app? or just the camera code? I mean the OS version.

> Mine is ios 12.4.1 on iPhone XR & iPhone X Thanks for this information. This was to try to determine if it is specific to an iOS 13 change...

> Running command: xcodebuild -version Command finished with error code 1: xcodebuild -version xcodebuild: Command failed with exit code 1 Error output: xcode-select: error: tool 'xcodebuild' requires Xcode, but active...

At this time, there is no way, short of manipulating the `AndroidManifest.xml` before build, which you may be able to do via a hook. I removed the support label, because...