Skip to content

.Net Maui missing DPad for android TV #12318

Open

Description

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions