dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.04k stars 1.73k forks source link

.Net Maui missing DPad for android TV #12318

Open AbanoubZak opened 1 year ago

AbanoubZak commented 1 year ago

Description

Hello, I'm trying to publish an application on Android TV, but my app was rejected because it doesn't have D-Pad functionality support.

Public API Changes

<Button X:UID="button1" nextFocusDown="button2" nextFocusUp="FlyoutPage"/>
<Button X:UID="button2" nextFocusUp="button1"/>

Intended Use-Case

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)

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.