
Participant



5 years, 9 months 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.