Hi All,

I need to call some c++ functions from webview. Using QWebEngineView with QWebchannel was a great option until I realized that QWebEngineView is not supported on Android. So the only thing I have is QtWebView...

I googled for hours, but I couldn't find any answer.

Isn't there any way to call c++ procedures from QtWebView on "Android".

Thanks in advance