android-jetpack-composeandroid-tvandroid-jetpack-compose-tv

How to use jetpack compose in Android TV with remote control?


how to use jetpack compose in android tv? The graphics are displayed normally, but the remote control cannot be used.


Solution

  • Add a Modifier.focusable() – that should do the trick.