on-touch

Called immediately when the user first begins a touch. This gesture does not wait for a touchend/mouseup.

Usage

<button on-touch="onTouch()" class="button">Test</button>