I'm having issues with the Ionic Capacitor Splashscreen. I've tried to use the official documentation which can be found here. However none of the examples in the documentation seem to run at all for me.
Just an example of what I've tried is this bit of code inside my capacitor.config.json:
"plugins": {
"SplashScreen": {
"launchShowDuration": 10000,
"backgroundColor": "#ff00ff"
}
}
The app behaves exactly as it did prior, which is probably the default setting (splash showing for 3 seconds after which the app loads).
I have also tried to disable autohide among other things, but none of the code seems to actually do much of anything, the app still runs as it did before. Any ideas?