Replies: 1 comment 13 replies
-
I wonder if @pjgpetecodes has come across this during his Pi exploration. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a RPi solution, Skia Framebuffer with a touch screen. There are times when I clearly tap the touch screen (I log the touch event), but the button/card click event isn't fired. So I tap it again and then it works (but other times it works the first time, or the 3rd time). I haven't been able to reliably reproduce it, but it seems that it especially happens at cold start. I was thinking maybe it somehow thinks that I'm dragging (scrolling) if I slightly move my finger when I touch? Where would I start to figure out why the click events (sometimes) aren't fired?
Beta Was this translation helpful? Give feedback.
All reactions