Someone know a project or some other way to port QWebKit component to work on android? It's driving me mad looking for a solution to this problem. Without QWebKit component I can not port my app to work on android. As alternative another kind of browser engine (native code) able to process web page offscreen would be good. CrossWalk project doesn't work for me since I need to access from C++ native code like QWebKit. Manage through C++ -> java -> C is an additional layer unnecessary. In add of this QWebKit is perfect for my purposes and export all the functions I need for my app. Not sure if blink engine can do the same...
Thank you