Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

开启屏幕朗读无法选中导航条上的返回按钮 #48

@lianglianghuang

Description

@lianglianghuang

描述 / Description

开启无障碍的屏幕朗读功能时,无法选中导航条上的返回按钮。

复现步骤 / Steps to reproduce

手机系统版本:HarmonyOS 6.0.0
开启无障碍的屏幕朗读功能时,无法选中导航条上的返回按钮。
执行如下示例代码,可复现此问题。

<TestSuite name={(platform ? `[${platform}] ` : '') + (testName || title)} key={title}>
                  <TestCase itShould={description} tags={['C_API']}>
                    <View style={styles.container}>
                      <NavigationContainer>
                        <Stack.Navigator
                        >
                          <Stack.Screen name="Home1111" component={HomeScreen} />
                          <Stack.Screen name="Notifications" component={NotificationsScreen} />
                          <Stack.Screen name="Settings" component={SettingsScreen} />
                        </Stack.Navigator >
                      </NavigationContainer>
                    </View>
                  </TestCase>
                </TestSuite>

库版本 / Library version

@react-native-oh-tpl/stack 6.4.0-0.0.4

React Native OpenHarmony version

0.72.5

构建类型 / Build type

None

设备 / Device

None

设备版本 / Device model

No response

已悉知 / Acknowledgements

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions