material-ripple icon indicating copy to clipboard operation
material-ripple copied to clipboard

Mechanism to avoid duplicate clicks

Open ngheungyu opened this issue 9 years ago • 2 comments

Hi

I noticed if i double clicked very fast (click before the ripple effect is finished).... 2 onclick events will be fired and two of my fragments will be pushed

I appreciate it if you can add some ways to prevent another onclick while ripple effect is running.

Thanks

ngheungyu avatar Aug 30 '15 07:08 ngheungyu

In the meantime, why don't you do something in your code to handle that. Maybe a check, so that it doesn't get opened twice.

ayz4sci avatar Sep 02 '15 10:09 ayz4sci

I use this library in my projects and it's great but it has this problem and it is a bothering issue Please fix it

amspayam avatar Jun 19 '16 10:06 amspayam