-
-
Notifications
You must be signed in to change notification settings - Fork 173
vsync support broke touch actions #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That's weird. I just tested it when I pushed the latest commit and it worked fine. Did you also try the latest commit? |
Here is the full output
I don't recall changing anything else. I've also verified this on android emulator and FAB action works as expected. |
I have no idea what could be causing this. I'll create a new branch |
Just pushed a commit to debug-touch adding some logging to |
Here is the output:
Tap actions still doesn't work. Also nothing is logged when I tap on the screen. Just out of curiosity, I've checked out commit 530049f and FAB magically started working again, no other changes were required. |
nvm I think I found it. Was an off-by-one error while preparing the |
Yeah!! Now it works! Also with the rotated screen! Thank you! :D |
no problem 😄 |
It seems that adding vsync support fixed the
setState
related bugs, but it also breaks the touch input.The same (example) counter app works fine on commit 530049f, but then on touch actions doesn't work on commit 80436ed .
The text was updated successfully, but these errors were encountered: