flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.72k stars 27.37k forks source link

Platform view accessibility does not respond to taps on Moto G 4 #35432

Open matthew-carroll opened 5 years ago

matthew-carroll commented 5 years ago

Running the webview example project on a Moto G 4, tapping on elements within the webview does not focus them. Instead, to give talk back focus to anything within the webview, I have to swipe left/right. Tapping on Flutter widgets, however, does correctly focus them for talk back.

The Moto G 4 that I'm using is running Android 7.0.

matthew-carroll commented 5 years ago

CC @amirh

amirh commented 5 years ago

@mklim

mklim commented 5 years ago

At a first glance it's worth pointing out that this is Android N, so probably unrelated to the brittle workarounds we've needed to add post O. Probably some other problem with the a11y ID behavior though.

TahaTesser commented 4 years ago

Hi @matthew-carroll @mklim Is this issue still valid? Thank you

darshankawar commented 4 months ago

The Moto G 4 that I'm using is running Android 7.0.

@matthew-carroll Hello, this particular model seems to be discontinued now. Is there a way for you to confirm if the original issue / behavior you reported still occurs with latest stable ?

matthew-carroll commented 4 months ago

No. This issue is 5 years old. I'm sure at the time I was using a device from the Flutter team's test devices. Please follow up with current team members to see what makes sense in terms of repro.