QWebEngineView based solution for mobile
Unsolved
Mobile and Embedded
-
Hi there
Desktop app based on QWebEngineView can play web server front end. Then using QWebChannel between front end scripts and core C++ for exchanging data works well from QT 5 (5.12 in my case). However this relies on chromium and IPC (the so-called built in "qt.webchannel" transport) and is not supported on QT mobile plateform (ANDROID and IOS). It is reported elsewhere that QWebView should be used instead.
What would be the direction for exchanging data between QWebView front end (i.e. normal javascript) and core C++ in the mobile App ?
Thanks