gallery icon indicating copy to clipboard operation
gallery copied to clipboard

Hosted gallery inaccessible with TalkBack

Open pepijndevos opened this issue 4 years ago • 2 comments

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:

  1. On an Android phone go to settings->accessibility and enable TalkBack
  2. Go to https://gallery.flutter.dev
  3. Swipe right until the accessibility enable button is announced.
  4. 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

pepijndevos avatar May 02 '21 08:05 pepijndevos

@yjbanov Does your PR address this one as well?

thecalamiity avatar May 19 '21 08:05 thecalamiity

@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/#/

guidezpl avatar Dec 10 '21 15:12 guidezpl

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.

guidezpl avatar Feb 10 '23 11:02 guidezpl