@iyashsoni wrote:
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 parameterfile:///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 URLfile:///data/user/0/io.ionic.starter/no_backup/www/index.htmlHere is when we hit the blank white screen. Any help is appreciated.
Thanks.
Posts: 1
Participants: 1