Accessibility Issue: Dynamic type fontsizes are unsupported
まだ誰も着手していません。
- 主要言語
- C++
- スター
- 127k
- フォーク
- 25.3k
- 平均マージ
- 1日 23時間
- マージ済み PR(30日)
- 4
説明
Description
We are trying to fix all accessibility issues on our app, and noticed this warning with textinput with iOS Accessibility Inspector while running on audit
allowFontScaling={true} has no effect on this warning
<View style={{flex: 1, backgroundColor: '#fff'}}> <TextInput style={{padding: 20}} placeholder="Type here..." allowFontScaling={true}></TextInput> </View> </View>
How can we remove this warning?
Steps to reproduce
- Run the below sample application on iOS simulator or a real device
- Select 'Accessibility inspector' from Xcode developer tools
- Run an audit on the screen
- Will get the below error for text input
" Dynamic Text font sizes are unsupported. User will not be able to change the font size of this element"
Is there anything missing here?
React Native Version
0.79.2
Affected Platforms
Runtime - iOS
Output of npx @react-native-community/cli info
System:
OS: macOS 15.5
CPU: (11) arm64 Apple M3 Pro
Memory: 113.31 MB / 18.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.15.1
path: ~/.nvm/versions/node/v20.15.1/bin/node
Yarn:
version: 1.22.22
path: /opt/homebrew/bin/yarn
npm:
version: 10.7.0
path: ~/.nvm/versions/node/v20.15.1/bin/npm
Watchman:
version: 2025.02.10.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.4
- iOS 18.4
- macOS 15.4
- tvOS 18.4
- visionOS 2.4
- watchOS 11.4
Android SDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.18034.62.2411.12071903
Xcode:
version: 16.3/16E140
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.12
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 18.0.0
wanted: 18.0.0
react:
installed: 19.0.0
wanted: 19.0.0
react-native:
installed: 0.79.2
wanted: 0.79.2
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true
Stacktrace or Logs
NA
MANDATORY Reproducer
https://github.com/anoopmm/accessibility.git
Screenshots and Videos
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
必須の再現手順から始め、その TextInput の例を、issue に記載された iOS Accessibility Inspector の監査にかけてください。React Native 0.79.2 が iOS の TextInput に対して allowFontScaling をどのように処理しているかを追跡し、サンプルの動作をリグレッションさせずに、報告された Dynamic Text font sizes warning が解消されることを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react-native
- 領域
- accessibility, mobile
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 静か
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 38/100