Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230979

Why does the splash screen hide itself without me putting the splashscreen.hide(); method?

$
0
0

EDIT:
Add the property "launchAutoHide" to the capacitor setting for the SplashScreen setting and it worked, it no longer hides itself, but now the method this.splashScreen.hide(); it doesn’t do anything anymore, I run it but the SplashScreen never hides. Please help.

This is my Capacitor setup:

{
  "appId": "app.magu.sawa",
  "appName": "Magu",
  "bundledWebRuntime": true,
  "npmClient": "yarn",
  "webDir": "www",
  "plugins": {
    "SplashScreen": {
      "backgroundColor": "#ffffffff",
      "androidScaleType": "CENTER_CROP",
      "launchAutoHide": false
    }
  },
  "cordova": {}
}


Viewing all articles
Browse latest Browse all 230979

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>