Enable double tap only if page is scalable.
authorEunmi Lee <eunmi15.lee@samsung.com>
Tue, 18 Jun 2013 08:47:38 +0000 (17:47 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 1 Jul 2013 06:10:13 +0000 (06:10 +0000)
commit4b421997019ecbf6f5cd63d0e9aa5389ddcc4f28
tree5fc86c6e13664a98c70f3a9dabf6b7b00fd3827f
parent3881936b33d3f8327cd65db421172cb3bd4e5d75
Enable double tap only if page is scalable.

[Title] Enable double tap only if page is scalable.
[Issue#] N/A
[Problem] The buttons of web applications which are implemented to use click event respond too slow.
[Cause] The click event is occured after 0.4 ms in order to check double tap.
[Solution] Actually, the double tap is not used in the page which is not scalable.
           So, disable double tap for non-scalable page and make click directly.

Change-Id: Idfccad41ad9ce9bec3cd55b1272263fc10af76cd
Source/WebKit2/UIProcess/API/efl/EwkViewImpl.cpp
Source/WebKit2/UIProcess/API/efl/EwkViewImpl.h
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/tizen/GestureClient.cpp
Source/WebKit2/UIProcess/API/efl/tizen/GestureRecognizer.cpp
Source/WebKit2/UIProcess/API/efl/tizen/GestureRecognizer.h