[webkit-qt] Some functions of jQuery do not work
Misha Tyutyunik
michael.tyutyunik at nokia.com
Thu Mar 31 15:00:59 PDT 2011
What graphics system is used when you run Qt on your platform?
On 03/31/2011 05:27 PM, ext Ariya Hidayat wrote:
>> I am trying to write some html pages using jQuery library. When I load html
>> page in an application webkit (qgraphicswebview) on PC, the page is loaded
>> correctly. But on my embedded platform (STi710x) with directfb& qt, the
>> page is not loaded correcty with the same application webkit. I remarked
>> that some functions do not work such as :
>> .children(':eq(3)') ==> i had to change to : children().eq()
>> etc.
>> Anyone can explain me why ? What happened please ?
> Did you try to debug it at all? Care to share your finding?
>
>> And with the same simple page, same application webkit, but the performance
>> is very bad on embedded platform ? page load is very slow and flicking. In
>> your opinion, how can I improve it ?
> First thing first: learn how to profile an application for your
> platform. If you do that, you'll get a better understanding of the
> cause of the performance problems.
>
>
More information about the webkit-qt
mailing list