ha-fusion icon indicating copy to clipboard operation
ha-fusion copied to clipboard

Issue with Hiding Header & Options

Open jhd-old opened this issue 1 year ago • 9 comments

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.

jhd-old avatar May 07 '24 12:05 jhd-old

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.

anarion80 avatar May 07 '24 12:05 anarion80

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

matt8707 avatar May 07 '24 15:05 matt8707

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.

jhd-old avatar May 13 '24 12:05 jhd-old

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.

Marc3l1988 avatar May 28 '24 10:05 Marc3l1988

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)

DomAlu24 avatar May 28 '24 10:05 DomAlu24

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 :(

Marc3l1988 avatar May 28 '24 10:05 Marc3l1988

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

DomAlu24 avatar May 28 '24 11:05 DomAlu24

@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.

Marc3l1988 avatar May 29 '24 07:05 Marc3l1988