Skip to content

Commit 55d111c

Browse files
authored
fix(ios): apply fontScaleInternal on app startup (#10935)
1 parent fe4c9c0 commit 55d111c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/application/application.ios.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,6 +1710,8 @@ function applyFontScaleToRootViews(): void {
17101710

17111711
export function initAccessibilityCssHelper(): void {
17121712
ensureClasses();
1713+
updateCurrentHelperClasses(applyRootCssClass);
1714+
applyFontScaleToRootViews();
17131715

17141716
Application.on(Application.fontScaleChangedEvent, () => {
17151717
updateCurrentHelperClasses(applyRootCssClass);

0 commit comments

Comments
 (0)