gallery
gallery copied to clipboard
Hosted gallery inaccessible with TalkBack
Describe the bug
I was trying to evaluate Flutter for performance and accessibility, and when visiting the gallery on my phone, besides being disappointing in the performance, I could not access the app at all. This seems like an obvious bug.
To Reproduce Steps to reproduce the behavior:
- On an Android phone go to settings->accessibility and enable TalkBack
- Go to https://gallery.flutter.dev
- Swipe right until the accessibility enable button is announced.
- Double tap as instructed
Expected behavior
Accessibility should be enabled.
Instead it just processes the tap in some odd way, even if you double tap outside any active areas.
Screenshots
https://user-images.githubusercontent.com/168609/116807557-19892700-ab34-11eb-8a2f-2727ce1a6d0f.mp4
Smartphone (please complete the following information):
- Device: Galaxy A51
- OS: Android 11
- Browser: Chome
- Version: 90.0.4430.91
@yjbanov Does your PR address this one as well?
@yjbanov Can you take a look? I confirmed the mobile web version is completely inaccessible, even with the latest master https://gallery-staging-flutter-dev.firebaseapp.com/#/
This looks to be fixed in a recent staged release https://gallery-flutter-staging.web.app. As for performance, this is likely due to the HTML renderer being used on your mobile device, rather than the canvasKit renderer.