Animated splash screen and white screen

Yes, I found a way here:

The key was using: ionic cordova build android --release --prod for building apk and setting splash screen time to 0.
Now I see animated html page when my app starts up.
However this doesn’t eliminate 2-second-long gray blank page of Ionic app.
I’m working on completely removing this gray blank page which shows up when Ionic app starts… please help me out.