Buglife / Buglife-iOS

Awesome bug reporting for iOS apps
Apache License 2.0
509 stars 63 forks source link

My "Large Text" is off, but it shows as on #42

Closed oferRounds closed 5 years ago

oferRounds commented 5 years ago

Maybe it’s just missing the "disabled" word?

http://buglife.com/r/bob-b722f64c-220856

danhd123 commented 5 years ago

HI Ofer,

The default UIContentSizeCategory on iOS, from which the text size is derived in LIFEDeviceInfoProvider.m (lines 64-65 and 248-276 as of SDK version 2.9.0), is large. So this behavior is correct, unless you explicitly shrank your text size for testing, in which case we'll take another look. We'll also look into making it more explicit that large is the default.

Daniel

oferRounds commented 5 years ago

Yes, I think it‘s a bit misleading, as my  “Larger Text” is at its default state:

larger_text

danhd123 commented 5 years ago

Fixed.

oferRounds commented 5 years ago

Thank you!