-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Touch is broken for Pixel 8 Pro #7
Comments
Please treat this as a completely new issue and adjust your bug report to the issue template. We don't know if old issues won't disappear, so it's better to not link to them. EDIT: Thanks! |
name: Bug report Checklist
Describe the bug Touch doesn't work properly in the latest version of Calendar (v6.23.1) on Google Pixel 8 Pro running GrapheneOS. For example, in "Monthly and Daily view" the touch recordings are recorded diagonally, e.g. - press on 8th, it will record 7, then press on 15th, it will record 13th, then press on 22, it will record 19th, press 29th. it will record 25th. so going down diagonally from 7 to 25th, etc. It is not a phone issue as all other apps are working as expected, only this app glitches. Other users also reported the exact same issue on Simple MobileTools Issue tracker. We believe it might be related with Pixel 8 Pro's screen resolution (1344x2992). To Reproduce
This is happening with the out-of-the-box settings. Expected behavior Tap should work properly in any view, that is - if we tap to 5th, it should open/select 5th, etc. Screenshots Device info (please complete the following information):
287512301-ba47d11d-792c-452f-936d-b07af4ab5c6b.mp4 |
Yep same. Needs fixing for sure. |
Folks, do you have any estimates on this by a chance? Thanks. |
Can report that I also have this bug with the exact same environment. |
Forced to move to Etar, which is unfortunate. |
I found the bug and opened a PR #154 , the problem was that the screen width is exactly divisible by 7 (days per week / columns) and it checked if the element fits onto the screen by doing a "less than" comparison instead of a "less or equals" so it wrapped the last element into a new line. |
Thanks a million for this! |
As described here: SimpleMobileTools/Simple-Calendar#2277
Multiple other users reported the same issue.
The text was updated successfully, but these errors were encountered: