This is great, but I have a question.
This is great, but I have a question.
I understand that you can close any folder or swipe menu by tapping in an empty space (as set up in gestures). However there is a noticeable delay, which I believe is down to the software waiting for a double tap.
All the double tap gestures are unset, is there something else I need to do to get rid of the delay?
No unfortunately the app is not able to check the current configuration and skip the double tap handling, which indeed is the reason for the delay.
A workaround would be to add a fullscreen and transparent item at the bottom of the stack, disable the selection effect (set colors to #00000000) and configure its tap event as needed. You may even use the touch event if you wish to react on the down event without waiting for the up.