Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inputaccessoryview is not working when accessibility is ON in iOS #481

Open
satya-imaginea opened this issue May 6, 2022 · 0 comments
Open

Comments

@satya-imaginea
Copy link

satya-imaginea commented May 6, 2022

Describe the bug

When accessibility is ON on my iOS device, the input accessories are not working(the up and down arrows to switch the selected option and done buttons widget)

To Reproduce

Steps to reproduce the behavior:

  1. Turn ON accessibility in iOS device
  2. Click on the dropdown to select an option
  3. focus on the up and down arrows to change the selected option
  4. click on the arrows to change the option which is not working

Expected behavior

When we press the up and down arrows the selected option should change when voice over is ON

Screenshots

Turn on the speaker option from below recording option to listen to the accessibility announcements:

Screen.Recording.2022-05-06.at.11.55.11.AM.mov

Additional details

  • Device: iPhone7
  • react-native-picker-select version: ^1.8.3
  • react-native version: 0.67.1

Reproduction and/or code sample

import RNPickerSelect from 'react-native-picker-select';

<RNPickerSelect
          onValueChange={withEventTracker(props.onValueChange)}
          value={props.value}
          items={props.items}
        />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant