23 lines
603 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Splash Screen
```
$ ionic cordova plugin add cordova-plugin-splashscreen
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/splash-screen
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/splash-screen/)
2021-09-29 14:09:02 +02:00
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
2021-09-29 14:38:45 +02:00