Participant
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300) 6 years ago
#18024
::
Hello Julia,
The jQuery .click() event only works with a mouse.
If you want to have a mobile ready event, you can use the “touchstart” or “touchfinish” events.
But you can also use the .press() event of the UI5 button.
This can easily be done in the process designer of you Simplifier Application.