IndieSW

Results 6 comments of IndieSW

This was used to set the splash dialog theme to the app theme and provided for a seamless transition (no screen flashes) from splash to app.

About one year ago, I added support on Android for `SplashScreenBackgroundColor` and `SplashScreenTheme` in a private fork but never submitted a pull request. I'm not sure but I think the...

I'd be happy to but I don't have time right now to resolve conflicts and test. I've used my fork in an app and tested though so I know the...

See PR: https://github.com/apache/cordova-plugin-splashscreen/pull/161 Github diff wasn't very kind. To summarize the changes: - a SplashScreenThemeId preference is initialized in pluginInitialize() and defaults to the previously hardcoded value. this follows the...