Android Tv - Losing Focus in Details Fragment
Asked Answered
A

1

1

I am developing a Android Tv application using lean-back library. I am losing focus when pressing down in DPAD. Description is not seeing completely. First Focus going to Action Row and then navigate to the last Row . How to give focus to the description ? I am using FullWidthDetailsOverviewRowPresenter and DetailsDescriptionPresenter for the Details page.

Aphrodisiac answered 9/6, 2016 at 6:55 Comment(0)
M
0

you should use FullWidthDetailsOverviewSharedElementHelper and assign it as listener to FullWidthDetailsOverviewRowPresenter . The trick is to change focus by changing the position of the thumbnail image in details view.

Maccabees answered 9/6, 2016 at 11:54 Comment(3)
I'm having this issue as well. I've included the helper and set it as the listener for the presenter but it hasn't resolved the problem. Is there more to this solution?Decontrol
post your code in a question and link me to it. I"ll check and update youMaccabees
Thanks, I've asked the question here. #39322891 I've linked the entire fragment source just in case.Decontrol

© 2022 - 2024 — McMap. All rights reserved.