[Qt-interest] qt 4.6.2 on Windows Mobile 6.5: canvas tag unsupported in QWebview ???
Mattia Roberto
r.mattia at reply.it
Thu Apr 29 16:57:11 CEST 2010
Hi all,
I'm continuing to work with Qt 4.6.2 and VS 2008 on Windows Mobile 6.5. (used mkspec is wincewm65professional-msvc2008).
I developed a simple application to test QWebview rendering properties
on a specific web url of my interest.
The url is http://api.visual.paginegialle.it/tcolnew/mapsapi/examples/example_route.html
This is a particular html showing a map (composed by several tiles) and a route on it
between 4 given points.
The html uses some javascripts server side to load map and to draw the route.
In particular the final generated HTML is using the canvas tag to display the route.
Using QWebview I'm able to load the map by I cannot see the route.
Does anyone know about any lack of canvas support, or about any bug related to canvas rendering, on Windows CE?
I tried to debug inside the QTWebkit.dll and it seems I'm able to enter in HTMLCanvasElement constructor
(path QTDIR\src\3rdparty\webkit\WebCore\html\HTMLCanvasElement.cpp)
and also into in HTMLCanvasElement::Paint method without errors, so I don't find the reason.
Same example application works fine on S60 5th edition and shows the route correctly.
Thanks in advance for any help
Roberto Mattia
________________________________
--
The information transmitted is intended for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100429/e3f51001/attachment.html
More information about the Qt-interest-old
mailing list