HorizontalVariableListView icon indicating copy to clipboard operation
HorizontalVariableListView copied to clipboard

D-Pad/Trackpad support

Open ghost opened this issue 12 years ago • 2 comments

I am trying to use this widget in a Google TV project stacking HorizontalListViews one on top of another. I can't seem to get the Demo to work with trackpad/D-pad that google tv supports. Ideally d-pad should cause the items to get focus and left/right should scroll the list horizontally.

ghost avatar Jun 03 '13 05:06 ghost

I have the list view working with the trackpad/D-pad, but the list only scrolls if the next/previous item of the list if not fully visible. For example, if the last item on the right is visible, when I press right, it does not show the next item. The same behaviour occurs for the left item, if I press left. Using touch, however, is working correctly.

Do you guys have any idea on what could be the issue here?

Dq avatar Nov 05 '13 11:11 Dq

I'd really like to see this issue addressed as well. This is the best horizontal listview I've found, but I'm dependent on d-pad support before I can incorporate this lib in my application.

RedshirtMB avatar Jan 28 '14 21:01 RedshirtMB