Prb with my app not working ( white screen )

i have a problem with my app
i get white screen every-time i test my App on my android device

What does the console say when you remote debug/inspect the app?

Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Chrome dev tools: https://ionic.zone/debug/remote-debug-your-app#android Look at the console and network tabs for errors.

As the error says, you need to add AppVersion to your providers list, which can be found in your app.module.ts file.

1 Like

thank u so much bro :smile: