cordova-plugin-splashscreen
cordova-plugin-splashscreen copied to clipboard
Apache Cordova Plugin splashscreen
# Bug Report In Android 12 now there are two splash screens, first from the SplashScreen API and then from the plugin. https://developer.android.com/about/versions/12/features/splash-screen https://developer.android.com/reference/android/window/SplashScreen ## Problem ### What is expected...
### Motivation and Context Bump for major development 7.0.0 ### Description bump to 7.0.0-dev ### Testing ### Checklist - [ ] I've run the tests to see all new and...
### Platforms affected Android ### Motivation and Context Need to set ScaleType of splashscreen, and with this, the backgroundColor is also needed. ### Description With this changes, only thing you...
### Platforms affected Android ### Motivation and Context Fixes #184 ### Description Android 9 changed the position of the ProgressDialog. This restores the same behavior of previous Android versions where...
Variation of https://github.com/apache/cordova-plugin-splashscreen/pull/124: > I have improved it a little with color in navigation bar too: goinnn@7e5bafd https://github.com/apache/cordova-plugin-splashscreen/pull/124#issuecomment-400614963
Currently, unless AutoHideSplashScreen is enabled in the config, not showing the splash screen is ignored altogether. ### Platforms affected Browser ### What does this PR do? Properly doesn't show the...
### Platforms affected Browser ### What does this PR do? Use FadeSplashScreenDuration from config.xml on browser platform ### What testing has been done on this change? Manually added the plugin...
This is a cosmetic change, in case the web app starts another app during load. This prevents transient screens to be visible during app transition animation. ### Platforms affected Android...
This change makes the splash screen dialog use the `SplashScreenStyle`, if defined. If not, it falls back to the default style (backward compatibility). This is conflicting with the approach in...
### Platforms affected Android ### What does this PR do? Show dots animation in spinner ### What testing has been done on this change? on android 6.0.1