QtWebView qml element on Android Devices
-
i'm using WebView qml element to run on both Linux and Android.
it works fine on Linux when i Load some websites.
but on Android devices it gives error linked to SSL as follows:E chromium: [ERROR:ssl_client_socket_impl.cc(992)] handshake failed; returned -1, SSL error code 1, net_error -202after searching on internet i couldn't find what is the problem exactly. However, i added OpenSSL libraries to CMAKE.
NOTE: this issue occurs just on some websites not all of them.