How to remove default launchscreen?

Hello. I have a quick question.

How do I remove the default launch screen on my cordova Meteor app? In the Meteor Docs, it states how to change the launch screen but not how to remove it. The docs:

App.launchScreens(launchScreens)
Set the launch screen images for your mobile app.

Arguments
launchScreens Object
A dictionary where keys are different devices, screen sizes, and orientations, and the values are image paths relative to the project root directory.

For Android, launch screen images should be special “Nine-patch” image files that specify how they should be stretched. See the Android docs.

Valid key values:

iphone
iphone_2x
iphone5
iphone6
iphone6p_portrait
iphone6p_landscape
ipad_portrait
ipad_portrait_2x
ipad_landscape
ipad_landscape_2x
android_ldpi_portrait
android_ldpi_landscape
android_mdpi_portrait
android_mdpi_landscape
android_hdpi_portrait
android_hdpi_landscape
android_xhdpi_portrait
android_xhdpi_landscape
hi

Thanks.

Any info about this yet?

A bit outdated, as the calls are implemented now. But this should give you the general idea.

But what is the app going to do while loading into memory on the device? Be unresponsive?

1 Like