You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to add the following property to the mobile_context:
"fontScale": {
"type": ["number", "null"],
"minimum": 0,
"maximum": 1000,
"description": "Scale factor used to adjust the size of a font relative to a baseline size. It leverages [UIFont preferredFontForTextStyle:UIFontTextStyleBody].pointSize on iOS and getResources().getConfiguration().fontScale on Android."
}
The text was updated successfully, but these errors were encountered:
I'd like to add information about the font scale to
mobile_context
.Useful resources:
The idea is to add the following property to the
mobile_context
:The text was updated successfully, but these errors were encountered: