Native android webview?
Unsolved
Mobile and Embedded
-
Hi and welcome to devnet,
The QtWebView module is providing a native browser widget on platforms supporting it.
-
Hi and thanks for your quick reply.
I have already checked that but the problem is that I am using qt 5.5 and the module is not installed. I installed visual studio to compile with MSVC2013 and it didn't work. The module is also not available in the qt maintenance tool under qt 5.5.
Br -
You can clone and build the module alone. No need to rebuild all of Qt.
That said, are you locked to 5.5 ? 5.6 is an LTS release which would be more interesting.
-
- Use git to clone the qtwebview repository
- Build = compile the module.