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

Add fireTabEvent #3855

Closed
wants to merge 3 commits into from
Closed

Conversation

ImmediandoSrl
Copy link
Contributor

I would like to add fireTabEvent to manage Tab key with physical keyboard

@shai-almog
Copy link
Collaborator

This is a bit problematic. You're changing the global portable API to support a feature that's only supported on very niche android implementations. Tabbing is common, e.g. with the Virtual Keyboard we tab between text fields on Android. Yet this won't fire. It needs to do so on all ports/modes.

The "right thing" would be to listen to focus change events which is the portable API here.

@ImmediandoSrl ImmediandoSrl deleted the patch-5 branch November 28, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants