matt8707 / ha-fusion

A modern, easy-to-use and performant custom Home Assistant dashboard
MIT License
1.88k stars 79 forks source link

Issue with Hiding Header & Options #453

Open jhd-old opened 2 months ago

jhd-old commented 2 months ago

Firstly, I'd like to express my appreciation for the ha-fusion dashboard; it's truly a great addition to my smart home setup. However, I've encountered a couple of issues when trying to display the dashboard on my FireHD 10 tablet using the Fully Kiosk Browser, which differ from my experience with the lovelace dashboards.

  1. Inability to hide the header: Unlike in lovelace dashboards, there seems to be no option or setting available that allows the header to be hidden when viewed through Fully Kiosk Browser. This affects the usability and aesthetic of the dashboard on a tablet display.
  2. ?menu=false Parameter not working: Additionally, appending ?menu=false to the URL does not seem to have any effect in Fully Kiosk Browser as well as in every other browser, whereas it is supposed to hide the menu bar according to the documentation.

Thank you for your attention to these matters. Looking forward to any updates or suggestions you might have.

anarion80 commented 2 months ago

Hello. Just for comparison, I run FireHD 10 with Fully Kiosk as well, and have no issue hiding the header or menu. This is with HA Fusion in docker though.

matt8707 commented 2 months ago

It's not entirely clear what you mean by header, so let's clarify

Menu

You can hide this with the top-right arrow. To completely disable the menu, use ?menu=false. This requires either Docker or exposing a port in the add-on settings. Note that when using Ingress, Fusion cannot read query strings.

menu

Views

To hide views, such as "Overview," navigate to Edit UI → Appearance → Navigate → Hidden.

navigate

Header

This only appears when using Ingress. To hide it, go to the add-on settings and enable "Show in sidebar." Then, you can access Fusion from the HA sidebar.

head

jhd-old commented 1 month ago

Thanks a lot! Unfortunately, I was probably a little too quick and too unknowing. I have tried to use the query strings on the Ingress port. Perhaps a sentence in the readme about which address to use for the dashboard would be helpful here.

Marc3l1988 commented 1 month ago

i still have problems hiden the top bar. i'm using a Android tablet with Fully Kiosk. This is my view:

image

i have show in sidebar enabled in the addon.

DomAlu24 commented 1 month ago

i still have problems hiden the top bar. i'm using a Android tablet with Fully Kiosk. This is my view:

image

i have show in sidebar enabled in the addon.

Try to connect directly to the ip with the port you choose in the settings of the addon (ex. http://192.168.x.x:ZZZZ)

Marc3l1988 commented 1 month ago

i still have problems hiden the top bar. i'm using a Android tablet with Fully Kiosk. This is my view: image i have show in sidebar enabled in the addon.

Try to connect directly to the ip with the port you choose in the settings of the addon (ex. http://192.168.x.x:ZZZZ)

Nope, still the same header visible :(

DomAlu24 commented 1 month ago

i still have problems hiden the top bar. i'm using a Android tablet with Fully Kiosk. This is my view: image i have show in sidebar enabled in the addon.

Try to connect directly to the ip with the port you choose in the settings of the addon (ex. http://192.168.x.x:ZZZZ)

Nope, still the same header visible :(

It is very strange, if you connect directly with the IP address of Home Assistant but change the port by entering the port you chose in the add-on configuration, the header should not appear, because clicking on it would not take you anywhere, as you are not inside the Home Assistant instance.

image

Marc3l1988 commented 1 month ago

@DomAlu24

When i do connect trough a normal webbrowser i dont have that header. When i do it on my tablet with the Fully Kiosk app i have the header. No matter what i change.