mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
21 lines
603 B
Markdown
21 lines
603 B
Markdown
# Splash Screen
|
|
|
|
```text
|
|
$ ionic cordova plugin add cordova-plugin-splashscreen
|
|
$ npm install @awesome-cordova-plugins/splash-screen
|
|
```
|
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/splash-screen/)
|
|
|
|
Plugin Repo: [https://github.com/apache/cordova-plugin-splashscreen](https://github.com/apache/cordova-plugin-splashscreen)
|
|
|
|
This plugin displays and hides a splash screen during application launch. The methods below allows showing and hiding the splashscreen after the app has loaded.
|
|
|
|
## Supported platforms
|
|
|
|
* Amazon Fire OS
|
|
* Android
|
|
* iOS
|
|
* Windows
|
|
|