[Webkit-unassigned] [Bug 40278] [EFL] EFLWebKit doesn't support viewport meta tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 18:50:33 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40278





--- Comment #38 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-06-24 18:50:32 PST ---
Created an attachment (id=59719)
 --> (https://bugs.webkit.org/attachment.cgi?id=59719)
 viewport-patch-for-eflwebkit-11

Kenneth and Lukas, thank you for your review. :)
I try to fix the style errors. I hope that there are no style erros anymore.

I add "DEFAULT_" to ZOOM_INIT, ZOOM_MIN and ZOOM_MAX as prefix. The macro meaning needs to be clear.

The DEFAULT_ZOOM_INIT, DEFAULT_ZOOM_MIN and DEFAULT_ZOOM_MAX are used when there are no arguments of viewport tag in webpage. Thus, application needs to set default zoom_init, zoom_max and zoom_min fot that situation.

So, I think that 1.0 value is appropriate. Because, currently, viewport tag is used by mobile webpage. Almost mobile webpages do not permit to zoom.

And, as you know, we can set / get zoom range via ewk_view_zoom_range_set(), ewk_view_zoom_range_get(). User(application) can decide if the zoom range is chagned via viewport information.

By the way, Should I request review again for new patch ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list