Click event is not instant. I have hold for second to response. Any guess why it is?.
could you provide some code please
As of right now, you need to use click handlers on either <a> or <button> to avoid the 300ms delay.
Click event is not instant. I have hold for second to response. Any guess why it is?.
could you provide some code please
As of right now, you need to use click handlers on either <a> or <button> to avoid the 300ms delay.