dayanch96 / ShowMyTouches

The tweak that displays visual indicators for touch interactions on the screen.
70 stars 8 forks source link

[BUG] Touch doesn't register if repeatedly tapped in the same area. #2

Open korboybeats opened 1 month ago

korboybeats commented 1 month ago

https://github.com/user-attachments/assets/085df4df-bc7f-4b77-829b-ec294744a3a5

dayanch96 commented 1 month ago

This happens due to animation delays in the run loop. I’ve already added tap count check so for double tap you have to tap three times. Or just set animation duration to 0.

I may add later check if tapped area is input view, but no eta

korboybeats commented 1 month ago

This happens due to animation delays in the run loop. I’ve already added tap count check so for double tap you have to tap three times. Or just set animation duration to 0.

I may add later check if tapped area is input view, but no eta

Is it possible to pass the touch action through the animation?

xiaowei886 commented 1 month ago

I also turn off the animation duration, so typing won't be stuck anymore

korboybeats commented 1 month ago

I also turn off the animation duration, so typing won't be stuck anymore

But I want to keep the animation duration 😔

xiaowei886 commented 1 month ago

I also turn off the animation duration, so typing won't be stuck anymore

But I want to keep the animation duration 😔

Hope you can solve it, thank you!