Socket
Socket
Sign inDemoInstall

@capacitor/splash-screen

Package Overview
Dependencies
Maintainers
12
Versions
585
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/splash-screen

The Splash Screen API provides methods for showing or hiding a Splash image.


Version published
Maintainers
12
Created

What is @capacitor/splash-screen?

@capacitor/splash-screen is a Capacitor plugin that allows you to control the splash screen for your mobile application. It provides functionalities to show and hide the splash screen programmatically, which can be useful for managing the user experience during app startup.

What are @capacitor/splash-screen's main functionalities?

Show Splash Screen

This feature allows you to programmatically show the splash screen. This can be useful if you need to display the splash screen again after it has been hidden.

import { SplashScreen } from '@capacitor/splash-screen';

SplashScreen.show();

Hide Splash Screen

This feature allows you to programmatically hide the splash screen. This is typically used after your app has finished loading its initial resources.

import { SplashScreen } from '@capacitor/splash-screen';

SplashScreen.hide();

Other packages similar to @capacitor/splash-screen

Keywords

FAQs

Package last updated on 22 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc