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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 7 19:42:49 PDT 2010


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58104|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-06-07 19:42:49 PST ---
Created an attachment (id=58104)
 --> (https://bugs.webkit.org/attachment.cgi?id=58104)
viewport-patch-for-eflwebkit

I implemented efl port of webkit sends the arguments of viewport tag to application.
So, application can set layout according to the data regarding viewport tag.

3 APIs are added in this patch.
  - ewk_view_set_viewport() : To send arguments of viewport to application.
  - ewk_view_set_zoom_range() : To set zoom range according to minimumScale / maximumScale.
  - ewk_view_set_user_scalable() : To set if user can zoom page or not.

I would like to get comments related to this 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