简体   繁体   中英

List of focusable widgets usable on Android TV

Im trying to make our app working on Android TV and i would like to know if there is a list of widgets somewhere which work better with Android TV app. (working focus, dpad button press, widgets navigation with dpad, etc)

I followed the very little doc I could find on the net like https://medium.com/@pcmushthaq/adding-android-tv-support-to-your-flutter-app-dcc5c1196231 but it doesnt help with all the focus issue.

I have some dynamic forms and the focus doesnt work between TextFormField , buttons, etc.

Also, on the tech side we trying to keep the android app as close as the mobile/tablet app, Is it ok or should i rewrite views with different widgets for the Android TV only?

Thanks!

我在密码字段上添加了onEditionComplete: focousNode.requestFocous() ,它在提交按钮中工作,但有时它不适用于.idk

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM