Norman Breau

Results 830 comments of Norman Breau

> The key here seems to be the `postSplashScreenTheme` as very loosely documented by Android: https://developer.android.com/reference/kotlin/androidx/core/splashscreen/SplashScreen. This feature is supported by the splashscreen behaviour in `cordova-android` core: #1441 > >...

I've added this to a 12.0.1 for now... But I think the solution might be to create a Cordova Theme and have the statusbar preferences manipulate the statusbar theme values...

> Thanks @nijakobius for providing a workaround. We could add this code with a note about this issue to the README files under the Android quirks section. What do you...

I think using `"android:windowLayoutInDisplayCutoutMode"="never"` is not really a great fix from a Cordova standpoint. e.g. it's not something we can apply generically. From my understanding based on the [Android Docs](https://developer.android.com/develop/ui/views/layout/display-cutout#choose_how_your_app_handles_cutout_areas),...

Ah yah, if you're cloning the theme... that kinda makes me want to add a preference. That workaround creates a high risk of breakage since it depends on you kinda...

Upstream Android WebView Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1094366

Moving this from the 11.0.1 milestone to 12.0.0 milestone because master already has the major version bump, however unsure if the workaround noted in https://github.com/apache/cordova-android/issues/1465#issuecomment-1353254846 will make it. I feel...

> Is there any existing Cordova plugin that can work around this in the mean time? Perhaps someone who has a good workaround could publish one? I'd much appreciate it!...

> Only on Android 13 device with Android platform 11, we see top and bottom area invisible. Planned to use @totalpave/cordova-plugin-insets plugin, but when we try to build the app...

Alright then. In effort to not add things and require to maintain them (it's much more harder to remove features than it is to add them...) we'll close this feature...