cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

iScroll not work well when turning on talkback in Android devices #1138

Open iamcbh opened 7 years ago

iamcbh commented 7 years ago

When I turn on talkback in Android devices, I swipe with two fingers on device and the page can be scrolled, but when I swipe with one finger from left to right, some items above the screen can be read, it confuses users, because those items above screen are hidden. I suggest that when the items above screen can add a attribute " aria-hidden='true'", to avoid items above screen read.