fix: 🐛 Disable splash screen

This commit is contained in:
Front 2022-03-19 19:01:38 -04:00
parent 35f5fffddc
commit 19db2bebc0
2 changed files with 8 additions and 0 deletions

View File

@ -7,5 +7,12 @@
"server": {
"hostname": "youtube.com",
"androidScheme": "https"
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
}
}

View File

@ -7,6 +7,7 @@
"@capacitor/cli": "^3.4.0",
"@capacitor/core": "^3.4.0",
"@capacitor/device": "^1.1.2",
"@capacitor/splash-screen": "^1.2.2",
"@capacitor/status-bar": "^1.0.8"
}
}