Mrcubix / Touch-Gestures

Bind Gestures to actions provided by OTD using this plugin !
MIT License
1 stars 1 forks source link

Tap gesture not working consistently #6

Open Mrcubix opened 7 months ago

Mrcubix commented 7 months ago

Got reports from users that the tap gesture does not seem to work consistently for some users.

Test by summing up deltas:

 Attempt 1 Completed at 113ms
 Attempt 2 Completed at 123ms
 Attempt 3 Completed at 166ms
 Attempt 4 Completed at 105ms
 Attempt 5 Completed at 138ms
 Attempt 6 Completed at 110ms
 Attempt 7 Completed at 113ms
 Attempt 8 Completed at 136ms
 Attempt 9 Completed at 134ms
 Attempt 10 Completed at 110ms
 Attempt 11 Completed at 79ms
 Attempt 12 Completed at 110ms
 Attempt 13 Completed at 123ms
 Attempt 14 Completed at 112ms
 Attempt 15 Failed at 474ms
 Attempt 16 Completed at 133ms
 Attempt 17 Completed at 148ms
 Attempt 18 Completed at 137ms
 Attempt 19 Failed at 390ms
 Gesture was completed 17 / 19 Attempts by time.

Test by sending report separated by their deltas:

 Gesture was completed 3 / 19 Attempts.

For now, you might want to use a hold gesture with a very low Threshold (Deadline), it will also work better for most use cases.

I should do the work on my part to also change the documentation & FAQ to take that into account. Should probably start by replacing the tap gesture setup guide with the hold instead.