Hello everybody,
I cross-compiled Qt 5.2.1 (including ICU and WebKit) on TI AM335x board (ARM-based).
Then I just prepared a simple QWebView-based application to show some HTML pages on my device.
I am able to do that for most pages, but I cannot completely show pages using RaphaelJS [raphaeljs.com] for some animations.
I have the suspect that the cross-compiled QtWebkit has some problems in handling this kind of javascript, and I would like to grab somehow out from QtWebkit the javascript error console, just to see where the problem is.
Maybe I am missing during cross-compilation? Some configure parameters? Please consider that the same application compiled against Qt Desktop works fine.
Can somebody help me?
↧