[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 21:20:28 PDT 2010


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





--- Comment #41 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-06-24 21:20:27 PST ---
Lukas, do you mean we should set the zoom min / max value from webkit as below when website doesn't define zoom max / min ?

7 static void
388 on_viewport_changed(void* user_data, Evas_Object* webview, void* event_info)
389 {
...
406     if ((int)minScale == -1) 
407         minScale = ewk_view_zoom_min_get();
408     if ((int)maxScale == -1) 
409         maxScale = ewk_view_zoom_max_get();

-- 
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