Closed
Description
Describe the bug:
When using a zoomed display zoom view on IOS, click positions registered in fyne apps are incorrect relative to actual user clicks. Simply, when I click in the center of the screen, fyne registers the click a bit to the top left.
To Reproduce:
Steps to reproduce the behaviour:
- Set zoomed view in Settings -> Display & Brightness -> View -> Zoomed
- Get fyne calc from app store.
- Click on the top section of any button.
- See that click is not registered on button clicked. For example, clicking on top section of button with number
5
in fyne calc, you will get button with number8
clicked.
Screenshots:
N/A
Example code:
I believe the bug is in internal driver code, so all fyne IOS apps are susceptible to the bug.
Device (please complete the following information):
- OS: IOS
- Version: 15.5
- Go version: go1.17.1 darwin/amd64
- Fyne version: v2.2.1 and develop
Activity