I’m using ionic 4 and Capacitor in my project, my problem is I get a white screen after the splash screen, I tried to edit capacitor.config.json but I still got the same problem :
"plugins": {
"SplashScreen": {
"launchAutoHide": false,
"showSpinner": true,
"androidSplashResourceName": "splash",
"androidScaleType": "CENTER_CROP",
"androidSpinnerStyle": "small",
"iosSpinnerStyle": "small",
"spinnerColor": "#ffffff",
"backgroundColor": "#34ace0"
}
is there anyone show me how to solve this problem please?