Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[accessibility] VoiceOver/Talkback support #550

Open
ericdallo opened this issue Dec 16, 2020 · 1 comment
Open

[accessibility] VoiceOver/Talkback support #550

ericdallo opened this issue Dec 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ericdallo
Copy link

Is your feature request related to a problem?

Currently, to test accessibility using VoiceOver/TalkBack we need to test it on a emulator/real device :/

Describe the feature you'd like

I was wondering how hard would be to create a hover go plugin that emulate the android VoiceOver/talkback on hover.

@ericdallo ericdallo added the enhancement New feature or request label Dec 16, 2020
@ericdallo ericdallo changed the title VoiceOver plugin for hover [accessibility] VoiceOver/Talkback support for hover Dec 16, 2020
@ericdallo ericdallo changed the title [accessibility] VoiceOver/Talkback support for hover [accessibility] VoiceOver/Talkback support Dec 16, 2020
@pchampio
Copy link
Member

pchampio commented Dec 16, 2020

Go flutter doesn't support accessibility; the flutter accessibility is handled through a plugin, and currently, we are silencing it: https://github.com/go-flutter-desktop/go-flutter/blob/master/accessibility.go

I don't know how accessibility works on android/ios to give you an implementation difficulty estimation.

Android impl: https://github.com/flutter/engine/blob/fff415d517d641a9e750d4a2c7e643262e130068/shell/platform/android/io/flutter/embedding/engine/systemchannels/AccessibilityChannel.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants