Adds an event handler that runs when an element on a mobile app is released after being pressed.
A mobile element receives an event
when a mobile app user presses on the element and then releases.
handler(event: Event): void
The name of the function or the function expression to run when an element on a mobile app is released after being pressed.