-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Firestick/ Gamepad navigation support #283
Comments
https://developer.amazon.com/docs/fire-tv/supporting-controllers-in-web-apps.html From what I am reading here, it seems like the remote is bound to keyboard inputs (in webviews). I am unsure as to why this would result in the tabbing behavior. It also supports the native browser apis for controllers, so I'm assuming that upstream PR will help with support of gamepads connected to the fire TV, but not the remote. I may have to obtain a firestick to easily address these issues, and I don't currently own one. Although, as far as android testing devices go, fire sticks are much less expensive. |
2nd. Unusable on Hisense Android Google TV with DS4 controller. There is no cursor/tab hover indication so all controlled is invisible if not using trackpad. |
@gripfastistech Does it show cursor indicators in other webviews? (Not like your web browser, but other webview apps) |
Yes. BetterXC does though that targets controller support by design for use with GamePass X-cloud. It uses chromium as a base I believe (?).
Jul 22, 2024 4:28:46 AM Emma ***@***.***>:
…
@gripfastistech[https://github.com/gripfastistech] Does it show cursor indicators in other webviews? (Not like your web browser, but other webview apps)
—
Reply to this email directly, view it on GitHub[#283 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AMZD4AXPBQV7MXK53GVILFDZNTUG5AVCNFSM6AAAAABLHUMPAKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBSG4ZDSNRSGA].
You are receiving this because you were mentioned.
[Tracking image][https://github.com/notifications/beacon/AMZD4ATMCZWHYLAJDQXVGW3ZNTUG5A5CNFSM6AAAAABLHUMPAKWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUFVVLJI.gif]
|
I wanted to echo what some other people have said. This app looks amazing, but is essentially unusable for AndroidTV. Would be wonderful if a few tweaks could be made to make it more user friendly. Thank you. |
I've tried several Youtube apps made for vanilla Android on an Android TV device, and got issues with everyone (NewPipe, LibreTube) For now I use SmartTube, which is a dedicated Android TV app for Youtube. I'd love to have a FreeTube app for Android TV ! |
Guidelines
Problem Description
When attempting to navigate with a standard Firestick remote, the directional pad acts as though it is tabbing through the interface rather than using a cursor which results in not being able to scroll properly through sections of the settings menu and having difficulty using player controls.
Proposed Solution
Implement a virtual cursor as is used in FireTV/ AndroidTV native web browsers.
Alternatives Considered
I tried using Mouse Toggle which sort of works for some Android apps but in this case it was unable to cleanly scroll or interact with player controls. There are other similar apps but none work anywhere near as well as native support.
Issue Labels
ease of use improvement, new feature, new optional setting
Additional Information
This is the source code for the Mozilla Firefox TV edition which has this functionality and may provide some implementation reference: https://github.com/mozilla-mobile/firefox-tv It Is currently being worked on upstream for SteamDeck but it is unclear as to whether that implementation would work on AndroidTV after being merged. FreeTubeApp#4277
The text was updated successfully, but these errors were encountered: