nuclear kote
nuclear kote

Reputation: 500

Why ionic splash screen does not hide?

It hides only when minimize application (with home button) and open again (although in the chrome inspect it hidden)

Upvotes: 0

Views: 1129

Answers (1)

nuclear kote
nuclear kote

Reputation: 500

way1:

navigator.splashscreen.hide();

way2:

<preference name="AutoHideSplashScreen" value="true" />

Upvotes: 1

Related Questions