That’s a good suggestion, thx.
I would like the widget broswer to work well, but you need some other way to do it. Do you have any idea or any suggestions?
Another idea to avoid double click could be to set a bolean “FirstClick” with a delay / timer.
On click you check it : False you ignore. True you use for example a sequence on 0 your delay / timer and boolean set to false. on 1 your event.
Edit : After a short google check, i have seen some “double tap” set-up using timer. You could simply use one with 2 delays
from click to 0.05 ignore second click so : single click
from 0.05 to 0.2 double click
then single click