White Screen on Android -Tried Everything-

Hello guys, I am trying to publish this app to Google Play, and after installing the signed APK on my phone, most of the times all I get is a white screen when I open the app.

Here’s all of the source:
https://github.com/theiliad/Platinum-Towing

I’ve tried most of the solutions online, and non work!

Please give me a solution to this problem, thank you!

try to downgrade the splashscreen plugin to 3.0.0 version
to do so:
ionic plugin rm cordova-plugin-splashscreen
and then install 3.0.0 version:
ionic plugin add cordova-plugin-splashscreen@3.0.0

1 Like

Thank you, it worked!

1 Like