Touch not working on android when using splashscreen

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
    }
  }

What’s your @capacitor/android version?
I can’t reproduce
Can you provide a sample app?

Hi! I wasn’t able to reproduce this with a small starter app but would it be possible to invite you to our github projekt or mail you the source code?

Is the old project using @capacitor/android 1.1.1? There was a fix from 1.1.0 to 1.1.1 related to the way the spinner was handled, not sure if that could have caused the issue.