Skip to content
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

iOS user adjusted text size can blow up layout on Running Experiments page #22

Open
taqo-issues-bot opened this issue May 4, 2021 · 3 comments
Labels

Comments

@taqo-issues-bot
Copy link

Issue by BobEvans
Thu Feb 27 22:51:15 2020


Enlarge text size on iPhone to 75% of scale (iOS 13.3.1) (settings/display and brightness)

Join an experiment.
Go to Running Experiments screen.

Notice:
The Experiment title ends up smaller than the organization label

Reset text size to 50%.

Notice the title is the same size as the organization.

One of these text fields scales differently.

@taqo-issues-bot
Copy link
Author

Comment by BobEvans
Fri Feb 28 05:32:02 2020


This is lower priority unless it is something easy :-)

@taqo-issues-bot
Copy link
Author

Comment by mikemaksymowych
Wed Mar 4 21:54:00 2020


Was just looking at some bugs, and noticed that the iOS simulator doesn't allow changing that setting -- I don't really get why they limit the simulator so much...

Anyway, we are using textScaleFactor: 1.5 for the title, and nothing for the org. I'm guessing this doesn't play nicely with whatever iOS is doing. Perhaps setting explicit text sizes will scale better.

@taqo-issues-bot
Copy link
Author

Comment by BobEvans
Thu Mar 5 17:51:58 2020


That sounds like a good possibility even though I would expect a default scaling factor of 1x if not set otherwise.

On Mar 4, 2020, at 1:54 PM, Mike Maksymowych notifications@github.com wrote:

Was just looking at some bugs, and noticed that the iOS simulator doesn't allow changing that setting -- I don't really get why they limit the simulator so much...

Anyway, we are using textScaleFactor: 1.5 for the title, and nothing for the org. I'm guessing this doesn't play nicely with whatever iOS is doing. Perhaps setting explicit text sizes will scale better.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants