Ionic 4 android app stuck on white screen

Hello all, I am trying an Ionic 4 app with "cordova-plugin-ionic-webview": "4.0.0", and I am facing the blank white screen issue on Android Platform only.

Now the scenario is,
The app starts and we make a loadUrl call to CordovaActivity with this parameter file:///android_asset/www/index.html
This works fine.

But then, we download some web resources and put into path /data/user/0/io.ionic.starter/no_backup/www/
Next, we reload the app and try to load the new file with URL file:///data/user/0/io.ionic.starter/no_backup/www/index.html

Here is when we hit the blank white screen. Any help is appreciated.

Thanks.

Facing the same issue :confused: