HexagonJS
Edit Page
Fast Click
A module for improving user experience with Hexagon on mobile devices by removing the 200ms delay when clicking whilst maintaining scroll capabilities.
Including this module will enable the functionality for touch devices which will emit a 'click' event alongside the touchstart/touchend events if the user hasn't scrolled.
It is generally recommended that you enable this module.
Removed
This module was removed as all browsers now support disabling of the touch-actions that were causing the issues this module solved.
The following has been added to the body styles in the base module
/* Disable 'double tap to zoom' */
touch-action: manipulation;