Open
Description
Description
When we enable voiceOver and we open the dropdown, we cannot swipe beyond a subset of the content in the background.
CodeSandbox/Snack link
Steps to reproduce
- Clone the nativebase repo
- yarn
- Cd example
- yarn
- yarn ios
- Download the expo client en the iphone and go to exp://192.168.1.5:19000
- Enable voiceOver
- Focus on the dropdown and open it.
- Swipe a few times.
- It seems we are trapped inside a subset of the page behind the actionSheet.
NativeBase Version
3.3.1
Platform
- AndroidCRAExpoiOSNext
Other Platform
No response
Additional Information
We have tried to programmatically focus on the first item in the actionSheet. This works fine with Android but not with IOS.
Activity
vytch commentedon Mar 30, 2022
Hi
We have made an investigation.
It seems that the issue comes from the modal that actionSheet is using.
By using the modal from react native, it seems that it works a lot better on IOS with voiceover.
Here is the fork we have been working on:
master...Unibrighter:tech-spike-nab-iOS-actionsheet
I hope it helps
stale commentedon May 30, 2022
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.