Open heng30 opened 6 months ago
Thanks for reporting an issue.
The problem is that we send a MouseExit event on finger release, which cause the double click state to be reset.
(I've actually done the same on some MCU platform)
I think we have the following options:
Don't send MouseExit on release in the android backend.
Perhaps that could be done with a delay? So that there's still a chance of doing a double tap.
code snippets