Renzo Olivares
Renzo Olivares
> The one thing that I want to double check is the existence of TapStatus separate from the gesture Details. It just seems strangely different from the other gesture callbacks...
This is ready for another review. Most of the changes since the last review happened in `selection_gestures.dart`. They mostly include `_ConsecutiveTapTrackerMixin` -> `_TapStatusTrackerMixin`. And the `_TapStatusTrackerMixin` is now more self-sufficient...
@angelosilvestre Thanks for reporting this. Will investigate and see what I can find.
@matthew-carroll Sure thing! I'll start tackling this issue this week.
I cannot seem to reproduce this issue on my end when synced to the latest flutter master and using the sample code provided. I am on a pixel 7 pro....
Are you using the Samsung keyboard or gboard? If you are using Samsung do you mind trying to reproduce on gboard? Thank you!
I was able to reproduce on an emulator but not on device. Maybe i'm not tapping fast enough. Thank you for confirming that this is still reproducible! I'll keep digging.
Hi @angelosilvestre I think I was able to fix this issue by making some changes to the given code sample. At least with the example given what was happening is...
Thanks for letting me know, i'll keep monitoring this issue. I'm glad to see my suggestion seemed to fix one of your issues.
Hi @ngugcx, thank you for reporting this issue. However, the behavior you are describing is expected when using a `TapGestureRecognizer` and a `DoubleTapGestureRecognizer`, which `GestureDetector` does if given both callbacks....