Norman Breau
Norman Breau
> Do you recommand sir @breautek to downgrade or to wait for the new release ? (my company is in harry to deploy their first app on the store ,...
Unable to reproduce on cordova-android@11. I didn't [email protected], since that is out of development.  Also tested on my physical device with no prevail. It has the...
Kotlin has a compatibility guide at https://kotlinlang.org/docs/compatibility-guide-18.html It seems like they don't follow the "semver" rules and breaking changes may be introduced in "minor" versions. As an example, some things...
Not sure how much this is relevant but there is also a Jetpack Compose Compiler package that does have explicit compatibility notes regarding kotlin https://developer.android.com/jetpack/androidx/releases/compose-kotlin For example, their latest release...
I found another compatibility matrix in regards to gradle: https://docs.gradle.org/current/userguide/compatibility.html As it stands right now, kotlin 1.8 is only officially supported on Gradle 8, which we aren't using yet (because...
I too is using an rasterized PNG image instead of an animated vector file and don't see the flash, so far I think we have isolated the issue to animated...
Moving this from the `11.0.1` milestone to `12.0.0` milestone because master already has the major version bump.
The link issue states the issue has been fixed upstream in the "android framework" however it's unclear where that fix is landed or what package really needs to be updated....
This is going to be difficult to find the root but I think the issue might be mixture of Cordova's very generic handling of intents and plugins that may start...
Moving this to the cordova-android repo as that is what contains the splashscreen code.