Decide to enable double tap or not after minimumScale value is adjusted.
authorEunmi Lee <eunmi15.lee@samsung.com>
Thu, 29 Aug 2013 05:39:35 +0000 (14:39 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 29 Aug 2013 05:58:08 +0000 (05:58 +0000)
commit876d703d2290f73153882ef2628786b201040a1d
treeeeb1cd6cb1602de39e03c0a4fe97ef9651ca4819
parent2e02e3cfdd2480db1970933c2a91af23093f9258
Decide to enable double tap or not after minimumScale value is adjusted.

[Title] Decide to enable double tap or not after minimumScale value is adjusted.
[Issue#] N_SE-50260, N_SE-50242
[Problem] The tap is not recognized in the WebApp when we do tap twice quickly.
[Cause] The two taps should be recognized correctly, but they are recognized as double tap
        when Web App does not set the user-scalable to 0 in the viewport meta tag.
        It is because the minimumScale value is calculated wrong only in the WVGA in this case.
[Solution] Decide to enable double tap or not after minimumScale value is adjusted.

Change-Id: I97ac959a0f845c4c7d5ed49ca560f31904ab5bc6
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp