How to communicate between HTML/Javascript and C++ in Qt WebChannel in platform independent way?
Questions: For desktops (Windows, Mac, Ubuntu), there is a QWebEngineView and for mobiles (Android, iOS), there is a native QWebView. Unfortunately, mobiles don’t support QWebEngineView. For exa...