UNPKG

747 BMarkdownView Raw
1<a style="float:right;font-size:12px;" href="http://github.com/ionic-team/ionic-native/edit/master/src/@ionic-native/plugins/splash-screen/index.ts#L1">
2 Improve this doc
3</a>
4
5# Splash Screen
6
7```
8$ ionic cordova plugin add cordova-plugin-splashscreen
9$ npm install @ionic-native/splash-screen
10```
11
12## [Usage Documentation](https://ionicframework.com/docs/native/splash-screen/)
13
14Plugin Repo: [https://github.com/apache/cordova-plugin-splashscreen](https://github.com/apache/cordova-plugin-splashscreen)
15
16This plugin displays and hides a splash screen during application launch. The methods below allows showing and hiding the splashscreen after the app has loaded.
17
18## Supported platforms
19
20- Amazon Fire OS
21 - Android
22 - iOS
23 - Windows
24
25
26