[Webkit-unassigned] [Bug 88631] [EFL][WK2] Add ewk_view_touchscreen which has touchscreen behavior.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 23:09:08 PDT 2012


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





--- Comment #10 from Ryuan Choi <ryuan.choi at samsung.com>  2012-06-19 23:09:07 PST ---
(From update of attachment 147743)
View in context: https://bugs.webkit.org/attachment.cgi?id=147743&action=review

> Source/WebKit2/UIProcess/API/efl/ewk_view.h:173
> +EAPI Eina_Bool ewk_view_smart_class_set(Ewk_View_Smart_Class *api);

Basically, this is way to go.

However, we can not inherit ewk_view although this is exposed.
It's because ewk_view_base_add have some logic to initialize.

In order to expose this successfully,
I believe that we should move initialization logic from ewk_view_base_add to _ewk_view_smart_add.

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