Home > Mobile >  Android version 7.0 and above the WebView to load the H5 blank page loading unsuccessful sometimes o
Android version 7.0 and above the WebView to load the H5 blank page loading unsuccessful sometimes o

Time:11-25

Prompt ERROR: E/chromium: [ERROR: interface_registry. Cc (104)] Failed to locate a binder for interface: autofill: : mojom: : PasswordManagerDriver

CodePudding user response:

If the load is HTTPS, didn't do operation also displays a blank page, under the screen

CodePudding user response:

HTTPS is no problem, I choose to accept all safety certificate
@ Override
Public void onReceivedSslError (WebView view, SslErrorHandler handler, SslError error) {
Handler. Proceed ();//to accept all site certificate
Super. OnReceivedSslError (view, handler, the error).
}

CodePudding user response:

HTTPS security certificate no problem
reference 1st floor lizebin_bin response:
if the load is HTTPS, also displays a blank page to do operation, under the screen

CodePudding user response:

Should add a security certificate is not return data, there will be some of the data

CodePudding user response:

This error is 7.0 and 7.1.1 systems, 7.0 the following systems do not have this error; And the loading gap can be random, is not necessarily a blank, the great god know how to deal with the

reference 4 floor lieri111 response:
should be not return data, and there will be some data after the safety certificate

CodePudding user response:

I also encountered this problem today,

CodePudding user response:

Look at the 7.0 eat memory and not more than 7.0 machine the size of the memory, is it possible because too much memory footprint and memory recovery and appears blank?

CodePudding user response:

Perhaps the developer options, multi-process WebView opening up, turn off possible

CodePudding user response:

The solution?
Seek solutions

CodePudding user response:

I here also appear this problem, in huawei mate8 and mate9, other machines did not report a bug. Then the web content on the webview cannot be displayed, but the page content is some,
I there is no set the background color for the webview in the layout, for the webview on white background, web content is displayed.
It was still the log output the error log, but at the very least page load out,

CodePudding user response:

I in huawei mobile phone test, also met the problem

CodePudding user response:

Meet the same problem, the building Lord solved?

CodePudding user response:

To ask, and answer ~ samsung 6.0.1 own webview load ERROR: [ERROR: interface_registry. Cc (104)] Failed to locate a binder for interface: autofill: : mojom: : PasswordManagerDriver

CodePudding user response:

Public void onReceivedSslError (WebView view, SslErrorHandler handler, SslError error) {
Handler. Proceed ();//to accept all site certificate
Super. OnReceivedSslError (view, handler, the error).
}

Don't new direct reference
Mate9 white pages

CodePudding user response:

We want to jump to sina, the webview to load the HTML code, encountered the same blank pages, solve????

CodePudding user response:

I am open the multi-process webview to normal display
  • Related