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
21.83k stars 1.67k forks source link

Tv remote control OK button not working in CollectionView #14716

Open manusoft opened 1 year ago

manusoft commented 1 year ago

Description

I create an app and working well in android phone and windows. And I installed on my android tv is working good. But when i use in my TV with mouse its working well. but with remote control NavBar controls and DisplayAlert controls and Flyouts will works remote controls 'OK' button. but in my CollectionView i can navigate with navigation keys, when I press OK button in the remote control, the current cell is selected, but not navigating to another page.

Public API Changes

No changes

Intended Use-Case

ghost commented 1 year ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

manusoft commented 6 months ago

After .NET 8, still the problem exist. I tried with Maui Blazor App it works.