You are reading a single comment by @Harry and its replies. Click here to read the full conversation.
  • Hi All,

    I am getting some issues with my code to handle the button event on the puck js. I think puck is too sensitive that its button event is fired even on movement of device. How can i improve this. Is their any documentation for what are all possible options we can pass to

    setWatch();
    

    Code which i am using is as followed. Please

       setWatch(function(){
    },BTN,{edge:"rising",repeat:true});
    

    Should i use debounce, Can you give me some idea about debounce what is use of this.

About

Avatar for Harry @Harry started