tap
.
Example: touch(target: { x: 100, y: 200 })
Returns true if the touch action was successful.
Definition
Arguments
target
PointOptions!
The target coordinates (x, y) for the touch action.
Returns
Boolean! TheBoolean
scalar type represents true
or false
.