Norman Breau

Results 826 comments of Norman Breau

> you mentioned earlier changing the diameter of the circle it contains the image, is there the relative xml code string? I'm not really sure if I'm really understanding the...

> And according to gradle documentation this is implying we need JDK 22 to run with Gradle 8.7 (even though an earlier error output stated it needed to be JDK...

> It has been a while since the last update. Do you have plans to release a new version v12.0.1? Due to the volunteer nature of Apache projects, we cannot...

`AndroidInsecureFileModeEnabled` makes the webview use the file protocol which means your document origin will be null. I can't say for certain but it's very likely that password autofills are tied...

> Yes, it returns null, I caught that in the logs. But the thing is, the source of passwords is the keyboard, for example Gboard, Google Autofill. That is, the...

Should be addressed by https://github.com/apache/cordova-plugin-media-capture/pull/295

Thank you for the PR. We generally do not make back ports releases. If applicable, the PR should target the `master` branch so that when merged it will be included...

I do know that _sometimes_ `cordova run` command hangs on install and it appears it's because it got stuck on that menu. (Normally the menu gets dismissed almost immediately and...

This was an issue in cordova-ios 6.3 but I believe was patched in 7.0 (definitely in 7.1). I have a google maps plugin that requires iOS 15 and I used...

> breautek hi! thanks a lot for your activity here. FBSDKCoreKit https://github.com/CocoaPods/Specs/blob/master/Specs/9/b/5/FBSDKCoreKit/17.0.0/FBSDKCoreKit.podspec.json#L13 is required 12.0 you can try add in any your plugin and do clean build. I still could...