Splash Screen
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.
Premier Version Available

Featuring regular release cycles, security and bug fixes, and guaranteed SLAs.
Installation
Ionic Native Enterprise comes with fully supported and maintained plugins from the Ionic Team. Learn More or if you're interested in an enterprise version of this plugin Contact Us
Supported Platforms
- Amazon Fire OS
- Android
- iOS
- Windows
Capacitor
Not compatibleUsage
import { SplashScreen } from '@ionic-native/splash-screen/ngx';
constructor(private splashScreen: SplashScreen) { }
...
this.splashScreen.show();
this.splashScreen.hide();