layout: "docs_api" version: "1.1.0" versionHref: "/docs" path: "api/directive/onTap/"
title: "on-tap" header_sub_title: "Directive in module ionic" doc: "onTap"
Quick touch at a location. If the duration of the touch goes longer than 250ms it is no longer a tap gesture.
<button on-tap="onTap()" class="button">Test</button>