super_cupertino_navigation_bar icon indicating copy to clipboard operation
super_cupertino_navigation_bar copied to clipboard

Placeholder text offset when scaling up system accessibility text size

Open stampaaaron opened this issue 1 year ago • 6 comments

When scaling up the IOS System Font size, the placeholder text of the search bar is being offset to the top.

search_bar_2

When not scaled up:

search_bar_1

In my example, I'm using the AppBarType.NormalNavbarWithPinnedSearch type.

Accessibility Settings (Settings -> Accessibility -> Display & Text Size -> Larger Text):

image

Couldn't just use the CupertinoSearchTextField Widget for this library? There the scaling seems to work fine.

Is there a workaround, that could be applied for this issue or planning on fixing this soon? :)

I really like this library and it would be very unfortunate, if we couldn't use it because of this bug.

stampaaaron avatar Dec 18 '23 10:12 stampaaaron