Hi all!
I’m trying to solve and issue when building for Android using Ionic v4.
I’m trying to configure a splashscreen in capacitor.config.json and it works like a charm for iOS but on Android no touch is getting through to the app after startup and it is totally unresponsive. If I remove the SplashScreen part of the configuration file it works again. Any ideas?
"plugins": {
"SplashScreen": {
"androidSplashResourceName": "splash",
"androidScaleType": "CENTER_CROP",
"androidSpinnerStyle": "large",
"iosSpinnerStyle": "small",
"spinnerColor": "#a50949",
"showSpinner": true
}
}