leecade / leecade/react-native-swiper
Support for iOS' voice over mode is broken
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
Which OS ?
iOS
Version
Which versions are you using:
- react-native-swiper v1.5.13
- react-native v0.57.4
Expected behavior
Voice over mode in iOS is used by people with disabilities (e.g. blind people or people with poor eye sight) to read out elements and text inside apps.
When iOS' voice over mode is used it should be possible to use the scrolling gesture to navigate the slides by changing from one slide to another after a text has been selected.
Actual behaviour
The voice over mode scrolling is not working properly. It gets stuck between pages and only partly moves to the correct slide. It is possible to navigate the slides with prev and next buttons, but that is not very easy for blind users.
How to reproduce it>
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
Steps to reproduce
- Turn on iOS voice over mode
- Try navigating between slides in any of the examples in this repo
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the example at examples/components/Basic and reproduce the issue using iOS VoiceOver while navigating slides with the scrolling gesture. Trace the swiper behavior used by that example and verify that VoiceOver scrolling moves cleanly between complete slides rather than getting stuck or partially advancing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript, react-native
- Domain
- accessibility, frontend, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100