Hi,
I've build Qt5.2.1 for imx6qsabresd board, based on a yocto sysroot (master branch). I'm able to run most Qt
examples, including the Qt5_cinematic_experience.
Now, my focus is on WebKit:
- examples (fancybrowser, QtTestBrowser) based on WebKit1 are OK = web content is displayed correctly
- examples based on WebKit2 are not OK = web content is not displayed, even if the 2 processes (UI and
QtWebProcess are running).
a) flickrview
only the thumbnails are shown and the content (where the selected image is supposed to be) stays empty
b) MiniBrowser (WebView qml element)
only the browser ui (reload button, back button, url bar, etc) is shown while the loaded page is not
I'd like to know if some you are experiencing the same kind of issues and/or have managed to make WebKit2
working on their platform?