kerrishotts / cordova-plugin-ios-launch-screen

**DEPRECATED; FEATURE EXISTS IN CORDOVA-IOS@4.3.1+** Support a launch screen storyboard for iOS
Apache License 2.0
3 stars 1 forks source link

Launch screen and splash screen #2

Open eeschiavo opened 7 years ago

eeschiavo commented 7 years ago

Hi, thanks you for your pluing.

When my app is launched the launch screen is shown but after that also the splash screen is displayed. Is it possibile to show only the launch image? thanks you

kerrishotts commented 7 years ago

Hi -- This plugin is a proof of concept for the feature that ended up in cordova-ios@4.3.1 and higher. I would suggest removing this plugin and using the core feature instead, which should behave as you would expect.

The documentation for the core feature is here: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/index.html#launch-storyboard-images and if you're looking to only use a single image, see https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/index.html#single-image-launch-screen.

Hope that helps!