I’ve debugged my app on my PC and it works fine. When I go into my phone and tablet instead of it loading the WebView like it should it simply loads a white screen, I guess failing to load the web site. I’m not sure where to begin debugging since my debug mode and virtual device works fine. Any suggestions?
I’ve debugged my app on my PC and it works fine. When I go
Share
A couple of suggestions based on these issues:
The fact that it’s working locally but not on device suggests either connection issues or permissions in my opinion. The other option is that the html you’re loading is corrupt and the browser on your device(s) are breaking on rendering them.
Android WebView shows a blank page