cordova-plugin-splashscreen icon indicating copy to clipboard operation
cordova-plugin-splashscreen copied to clipboard

Apache Cordova Plugin splashscreen

Results 55 cordova-plugin-splashscreen issues
Sort by recently updated
recently updated
newest added

# 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...

platform: android

### 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...

enhancement
info-needed

### 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...

bug
platform: android

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

enhancement
platform: android

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...

bug
platform: browser

### 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...

enhancement
platform: browser

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...

enhancement
platform: 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...

platform: android
feature

### 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

platform: android
feature