pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

Handle scrolling when voiceOver is running #88

Closed r-dent closed 1 year ago

r-dent commented 1 year ago

The infinite scroll block was never called when tabbing through a list with VoiceOver because isDragging is false during that process. Nevertheless it is a valid user.initiated action in that situation. So i added a check for VoiceOver status.

pronebird commented 1 year ago

accessibilityScroll: came to my mind but perhaps checking if VO is running should be enough. I will merge this PR over the weekend. Thanks for your contribution 🙏