Handle = LaunchScreen.hold(); and handle.release(); not working in android but working in iOS

I have added “launch-screen” package to hold splash and release it when data loaded, but it’s not working in android.

Is this on Meteor 1.3 beta? If not, could you try if the issue also occurs there?

1 Like

No. it’s Meteor 1.1.0.3 and i want to implement launch screen hold on this meteor version.

Is there any way to hold and launch splash screen for android app?

I would really advise you to upgrade to Meteor 1.3 for mobile app development. The Cordova version used in Meteor 1.1 is fairly old by now, and that may lead to trouble (plugins not working, problems with newer devices, etc.). Hot code push has also been significantly improved in 1.3.