I'm getting a white blank page when trying to log in with WebView Android Clover go. See video below
Thanks in advance.
Update:
for those who get this error in the future add these lines to the web view Object:
webView.getSettings().setJavaScriptEnabled(true);
webView.getSettings().setDomStorageEnabled(true);