HammerGestures Add-on
Javascript extension that provides support for touch gestures
Javascript extension that provides support for touch gestures. The implementation uses the Hammer.js library to recognise gestures. The supported gestures are pan, swipe, pinch and rotate. The purpose of the add-on is to provide a Hammer-like api on the server side, as well as integration with Vaadin components. The extension allows the developer the extend any Vaadin component and by that allow the developer add/remove gesture recognisers to the component and listening for gesture events from it.
See the demo on the add-on's Github page for an example on how the add-on is used.
Multi-touch events are emulated in desktop browsers. See the Hammer.js page for more info browser compatibility.
Links
Compatibility
0.1 | 1.0 | 2.0 | |
---|---|---|---|
(24.4) | |||
(24.3) | |||
(24.2) | |||
(24.1) | |||
(24) | |||
(23) | |||
(22) | |||
(21) | |||
(20) | |||
(19) | |||
(18) | |||
(17) | |||
(16) | |||
(15) | |||
(14) | |||
(13) | |||
(12) | |||
(11) | |||
(10) | |||
8.0-8.21 | Y | ||
-8.20 | Y | ||
-8.19 | Y | ||
-8.18 | Y | ||
-8.17 | Y | ||
-8.16 | Y | ||
-8.15 | Y | ||
-8.14 | Y | ||
-8.13 | Y | ||
-8.12 | Y | ||
-8.11 | Y | ||
-8.10 | Y | ||
-8.9 | Y | ||
-8.8 | Y | ||
-8.7 | Y | ||
-8.6 | Y | ||
-8.5 | Y | ||
-8.4 | Y | ||
-8.3 | Y | ||
-8.2 | Y | ||
-8.1 | Y | ||
-8.0 | Y | ||
7.7 | Y | Y | |
7.6 | Y | ||
(7.5) | |||
(7.4) | |||
(7.3) | |||
(7.2) | |||
(7.1) | |||
(7.0) | |||
(6.8) | |||
(6.7) | |||
(6.6) | |||
(6.5) | |||
(6.4) | |||
(6.3) | |||
(6.2) | |||
(6.1) | |||
(6.0) |
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
- Made the add-on Vaadin 8.0 compatible
- Made touch emulation optional on desktop browsers. Note that multitouch gestures will not work on desktop browsers without it. Pan and swipe will work fine though.
- Released
- 2017-03-04
- Maturity
- BETA
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 8.0+
- Vaadin 7.7+ in 1.0
- Vaadin 7.6+ in 0.1
- Browser
- Firefox
- Safari
- Google Chrome
- iOS Browser
- Android Browser
- Internet Explorer
HammerGestures Add-on - Vaadin Add-on Directory
Javascript extension that provides support for touch gesturesSource Code
HammerGestures Add-on version 0.1
null
HammerGestures Add-on version 1.0
- Made touch emulation optional on desktop browsers. Note that multitouch gestures will not work on desktop browsers without it. Pan and swipe will work fine though.
HammerGestures Add-on version 2.0
- Made the add-on Vaadin 8.0 compatible
- Made touch emulation optional on desktop browsers. Note that multitouch gestures will not work on desktop browsers without it. Pan and swipe will work fine though.