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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 05:29:56 PDT 2010


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





--- Comment #42 from Lucas De Marchi <lucas.demarchi at profusion.mobi>  2010-06-25 05:29:55 PST ---
(In reply to comment #41)
> 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();

Yes, you got it.

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