Norman Breau

Results 826 comments of Norman Breau

@pawan-logiciel At your earliest convenience, If you could confirm that updating to [email protected] solves your issue for us so we can determine if this issue can be closed or not....

Is it possible that the server is setting a restrictive `SameSite` policy?

> What changed in cordova android which is causing this problem? The most significant change is cordova-android@10 now uses AndroidX. But incompatibilties with AndroidX tends to manifest into build errors,...

Using proguard will cause issues like this. If you're using Proguard, you'll need to disable it or add exception rules (cordova has many APIs that are invoked by strings, used...

Thanks for confirming. At this point, we have cordova-android@11 is released and cordova-android@10 is no longer supported. So I'd ask you kindly if you can confirm the issue still presents...

> Hi, i solved the issue. `` was missing in the config.xml. > > Thanks for your feedback. We will try to update to cordova 11! Well that is certainly...

Thanks for the stacktrace. The relevant part I think is: ``` Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference at java.util.regex.Matcher.reset(Matcher.java:256) at java.util.regex.Matcher.(Matcher.java:167)...

Creating a base app using cordova 9, and cordova-android 8.1.0 produces the following manifest for me: ```xml **** ``` I've tried adding platform first and then plugin as well as...

I know there are people using Cordova with XCode 12 just fine. If there is a specific problem with XCode 12 please do open an issue for it.

> I plan to upgrade to MacOs14, but cordova-ios does not have the compatibility specification with xcode12, so I have been hesitant to upgrade for fear that something might go...