redphx / better-xcloud

Userscript to improve Xbox Cloud Gaming (xCloud) and Remote Play experiences on web browsers
https://better-xcloud.github.io
MIT License
762 stars 46 forks source link

[Feature] Hide [...] tab on android device #432

Closed alexthedev22 closed 2 months ago

alexthedev22 commented 2 months ago

Device

Phone/Tablet

Operating System

Android

Browser

Kiwi Browser

Suggestion

I'm using the android app, I used to use the kiwi browser prior to thats release.

I have an idea to remove the [...] tab that is always present on the screen. Maybe there could be a setting in options (so people could opt in if interested) to add a user pinch gesture that can hide/show that button. I'm pretty sure this button is being rendered inside of /src/modules/stream/stream-ui.ts.

On a laptop I can remove the button by using the dev console, isolating the button, and setting display: none;. I'm really just looking to add an option that will let me do this on my android device.

I'm not familiar with TS so I'm unsure where this button is being styled within the app - if you point me in that direction I'd be happy to make a POC branch.

Thank you for your time and this app is awesome.

redphx commented 2 months ago

Which button are you referring?

alexthedev22 commented 2 months ago
image

This button

redphx commented 2 months ago

You can hide it since version 1 of the script https://better-xcloud.github.io/features/#hide-system-menus-icon

alexthedev22 commented 2 months ago

Wow, thanks for letting me know! Like I said, awesome app. Cheers.