forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
On TV, a focus cannot move to specific widgets in an app through arrow buttons (D-pad) on remote controls if the app has one or more text field widgets.
For example, in the "share_plus" plugin demo, the "Share subject" text field and the "Share" button can never get a focus because the text field on the top ("Share text") swallows all arrow button clicks. (I cannot upload a screenshot due to the company firewall.)
This is a TV-specific issue because the only input device for TV is a remote control by default. Other profiles and platforms (such as Android) do not have this problem because they all support touch/pointer-based navigation.
Related links:
- https://stackoverflow.com/questions/69317431/flutter-d-pad-navigation
- Arrow (also D-PAD) keys don't work for focus traversal of TextFormField flutter/flutter#49335
- Keys (Tab, arrows) should not be handled by RenderEditable when also processed as an action. flutter/flutter#47156 (comment) and Synchronous keyboard events #221
cc @bbrto21
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request