Skip to content

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

@satya-imaginea

Description

@satya-imaginea

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}
        />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions