Open tanandry opened 3 years ago
No, it does not register multiple taps.
The fusuma-plugin-tap does not stop the propagation of existing tap events, it just executes the action defined in the config.yml when it finds a tap event. So the first tap will be your native tap, and the second tap will be the sendkey keyboard event generated by the tap.
When I use this code:
It can open in a new tab just right, but it open two tabs instead of one. I tried it in Firefox and Dolphin. Is the tap registered as double tap? Can this issue be fixed? Thanks 😄