I'm trying to publish an application on Android TV, but my app was rejected because it doesn't have D-Pad functionality support.
Now, how I suppose to give to the user the ability to navigate between my app elements including the FlyoutMenu Shell?
Obviously, there is no such thing as nextFocusDown, nextFocusUP, nextFocusLeft, or nextFocusRight in .NET Maui XAML.
And there is no way to open the FlyoutMenu without a Touch Screen or a mouse (On Windows)
I even tried to search for a relative solution on Xamarin Forms since it is based on Xamarin when it comes to Android and IOS, but with results at all.
I also raised a new issue on .NET Maui issues
Does anyone have a suggestion or a way/hack to make it work?
I found the comments about the MAUI on the Android TV. You can refer to the Xaml for MAUI tvOS and Android TV. The member of the MAUI team told that have no current plans to support TV platforms. So, the method
nextFocusDown、nextFocusUP、nextFocusLeft
can not be found in MAUI.