[webkit-reviews] review requested: [Bug 40278] [EFL] EFLWebKit doesn't support viewport meta tag : [Attachment 58104] viewport-patch-for-eflwebkit

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


Gyuyoung Kim <gyuyoung.kim at samsung.com> has asked  for review:
Bug 40278: [EFL] EFLWebKit doesn't support viewport meta tag
https://bugs.webkit.org/show_bug.cgi?id=40278

Attachment 58104: viewport-patch-for-eflwebkit
https://bugs.webkit.org/attachment.cgi?id=58104&action=review

------- Additional Comments from Gyuyoung Kim <gyuyoung.kim at samsung.com>
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.


More information about the webkit-reviews mailing list