feat(platform-browser): add doubletap HammerJS support (#26362)
Enables `doubletap` support in HammerJS. PR Close #23954 PR Close #26362
This commit is contained in:
parent
0050b550e4
commit
b5c0f9d7d1
|
@ -52,6 +52,7 @@ const EVENT_NAMES = {
|
||||||
'swipedown': true,
|
'swipedown': true,
|
||||||
// tap
|
// tap
|
||||||
'tap': true,
|
'tap': true,
|
||||||
|
'doubletap': true
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue