feat(platform-browser): add doubletap HammerJS support (#26362)

Enables `doubletap` support in HammerJS.

PR Close  #23954

PR Close #26362
This commit is contained in:
INFRAGISTICS\tiliev 2018-10-10 10:25:49 +03:00 committed by Andrew Kushnir
parent 0050b550e4
commit b5c0f9d7d1
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ const EVENT_NAMES = {
'swipedown': true,
// tap
'tap': true,
'doubletap': true
};
/**