Qt WebKit On Mobile -
i trying render web page. qt says qtwebkit available mobile since 4.8 here
if want target mobile devices should consider using qgraphicswebview instead of qwebview.
both of them under qtwebkit. missing?
if talking android , ios, it's no-no. citing digia release page of qt 5.2:
qt webkit not supported on android , working on providing cross-platform api integrate web content mobile apps. if you incorporate web content qt application, need utilize native web component. create interacting native contents easier, providing qt android extras module jni convenience api.
the same goes ios apple explicitly forbids usage of other webkits, apart their.
digia working on new web engine should available on android platform (and embedded linux) , available in qt 5.4 beta. same policies issues of qt webkit applies web engine, w.r.t. ios.
to ease developers work, in same new release qt 5.4, digia provides technology preview of qt webview; citing 1 time again blog:
for platforms not allow distribution of qt webengine utilize cases full-blown web engine not needed qt 5.4 introduce technology preview of new module called qt webview. supports embedding native web engines of underlying operating scheme qt, , available android , ios. because of this, qt webview gives convenient light-weight solution simple web document integration. qt webview available qt 5.4 final separate add-on.
qt mobile qtwebkit
No comments:
Post a Comment