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": {}
}