Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
User informed following:
"
We are using QML webview to load webpages which will be running in the local webserver in Android device. To load the webpages certificate needs to be installed in Android device. If certificate is not installed in we are getting the error codes in windows i.e "ERR_CERT_AUTHORITY_INVALID"
but in android we were not able to capture it.
We are using below example to capture the error codes in Windows but the same is not working in android
WebView{ id: webView anchors.fill: parent url: //local webserver url onLoadingChanged: { if (loadRequest.errorString){ console.log(loadRequest.errorString); } } }
"
Could this error catching feature be applied to Android too?
Attachments
Issue Links
- relates to
-
QTBUG-113268 WebView: Ignore certificate errors
-
- Reported
-