jvanakker / tvOSBrowser

Advanced AppleTV Web Browser (uses Private API)
1.05k stars 215 forks source link

Xbox Cloud Gaming #57

Open TIGamingTV opened 1 year ago

TIGamingTV commented 1 year ago

Does it work with Xbox Cloud Gaming?

matthfaria96 commented 1 year ago

I tried and it did not work

TIGamingTV commented 1 year ago

Ok, thank you

Odawgthat commented 1 year ago

AY AY AY, does this work (pull stop) and if it does which tvos does it work on????????????

ondrejmirtes commented 1 year ago

I tried this too.

Problem number 1: The website wants me to add "the website to the homescreen via share menu" which is an iOS concept. If I change the user agent in the code to something else (like Chrome on Windows), this problem goes away. Problem number 2 (a weird one): When I try to log in with my Microsoft account, it tells me my email isn't valid, although I'm entering exactly the same thing as on other devices.

I haven't yet found the solution to the 2nd problem.

ondrejmirtes commented 1 year ago

Anyway, I also tried to load up https://gamepad-tester.com/ in the browser, and it doesn't react - the UIWebView isn't accepting input from a gamepad. I think we'd have to adopt something like https://github.com/conradev/GamepadBridge but that's very old code (2013).