-
Notifications
You must be signed in to change notification settings - Fork 0
Handle wider range of text sizes #24
Copy link
Copy link
Open
Labels
accessibilityItems such as: Dynamic Type larger or smaller text sizes ; Voice Over; anything we missed!!Items such as: Dynamic Type larger or smaller text sizes ; Voice Over; anything we missed!!enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
accessibilityItems such as: Dynamic Type larger or smaller text sizes ; Voice Over; anything we missed!!Items such as: Dynamic Type larger or smaller text sizes ; Voice Over; anything we missed!!enhancementNew feature or requestNew feature or request
Proposal
Smart landscape mode remains single-column layout with preview at top, when text sizes above 160%.
The problem
As of v1.0.2, the iOS version does well with text sizes up to about 160%
The three-column layout in portrait is ugly and unusable above that size.
From the Preview feature of Xcode, if just the control panel is shown in Landscape, it is still usable up to the largest sizes.
However, as of v1.0.2, when in landscape on larger phones (including an iPhone 16 Pro), we switch to a 3-column layour with the preview next to the controls. This is, like the portrait view, utterly unusable with text at the largest 310%
One possible fix is to just prevent the switch to 3-column layout, based on font size.