On press Dynamic event

I know it’s possible to do this with jquery but would be great if done via Wappler UI. I was also looking at integrating hammer.js.

I would like to execute the action of a touch screen press after so many milliseconds, so it would be nice if that could be a property of the action event.

You can just use the “click” dynamic event in Wappler. It gets triggered also on touch.

Are do you have any other specific requirements to use touch only?

I am trying to mimic long press onto elements that will trigger an action after set amount milliseconds of continuous pressing. For other UI I only want to trigger the action when the the press is released from the touch screen.

Then same for toggling classes on button press for example, I only want to change the design while th element is touched. Kind of like temporary :active style.