bringup double tap to zoom.
authorAntonio Gomes <a1.gomes@samsung.com>
Thu, 14 May 2015 16:18:11 +0000 (12:18 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Patch toggles on the existing blink patch according
to the touch status.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12986
Reviewed by: Antonio Gomes, Hyunhak Kim, Piotr Tworek

Change-Id: Ia831980b2e1321001952952b69a9057bdb72f469
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/ewk/efl_integration/eweb_view.cc

index 5421252..352aec3 100644 (file)
@@ -830,6 +830,9 @@ void EWebView::SetTouchEventsEnabled(bool enabled) {
 
   touch_events_enabled_ = enabled;
   GetWebContentsViewEfl()->SetTouchEventsEnabled(enabled);
+
+  GetSettings()->getPreferences().double_tap_to_zoom_enabled = enabled;
+  UpdateWebKitPreferences();
 }
 
 bool EWebView::MouseEventsEnabled() const {