Forum

jonas.rausch
Participant
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
5 years, 9 months ago #18024
Up
1
Down
::

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.