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>
Called immediately when the user first begins a touch. This gesture does not wait for a touchend/mouseup.
<button on-touch="onTouch()" class="button">Test</button>
Learn more about how Ionic was built, why you should use it, and what's included. We'll cover the basics and help you get started from the ground up.
What are you waiting for? Take a look and get coding! Our documentation covers all you need to know to get an app up and running in minutes.