Hi All,

When I am trying to apply a specific zoomfactor (say X) to WebCore with a
certain viewport, I see my page layout being in appropriate.

BTW the particular page did not provide me any WebCore::ViewportArguments in
didReceiveViewportArguments() in glue layer(ChromeClient).

Let's say my viewport size is 400*600 & I am applying a zoomfactor of .5.
When I see my page layout being improper & if I increase the viewport
dimension to 450(~approx) everything looks fine.

So, my question is if a specific page can't fit into 400*600 viewport with
.5 zoomfactor (the figures are just for example), is there anyway WebCore
notify the GLUE layer so that I can readjust my viewport size/zoomfactor? Is
there any better way to solve such issues?

Thanks.
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to