Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By zioax
#34570 Ok, but I need a specific function executed only until the button is pressed, when the button is released the function should. I hope it's clear :)
User avatar
By martinayotte
#34572 Do you mean that "one click = one function call" is not Ok !
If you mean "call function on button pressed until it is released", then, in HTML, it won't be "onClick()" event, but "onMouseDown()" and "onMouseUp()" events, and your ESP should received those 2 events thru AJAX calls.
So, it still doable !