managed to fix the issue with the header not being hidden on FKB on two tabletsā¦clearing cash and restrting FKB fixed that so thank you for the mentions above.
NOw there is one thing I am missing quite a bit since I recently upgraded from 2023.1 to 2023.8.
The ability so slide the sidebar from the left of the browser window (this is on a Windows 10 browser)
It still works on my IOS companion appā¦and when I check a snapshot, it still works on 2023.3ā¦in fact I remember when 2023.4 first came out, I updated and this breaking was enough for me to initially wind things backā¦
For info, I am running the latest browser mod integration, 2.30, and the latest HASS of 2023.8.4
That feature has been disabled through frontend by HA team since I believe 2023.4. The reason it works on your iOS app is because itās still cached. When you clear the frontend cache, it will also stop working there.
I donāt miss it myself, since I have a dedicated settings button on my dashboard that goes to the settings page, and from there I can press the hamburger menu on the top left to bring the sidebar.
There does seem to be a community project that re-introduces the swipe feature for sidebar if you want to test it. I havenāt used it myself, so judge for yourself See link below
Since the last few updates Iām having some issues with the pop-ups on my iOS device. Before the update, a pop-up would appear that would only cover the part of the screen which it needs in order to show all the entities in the pop-up; the background was dimming and I had the option to tap outside of it in order to close it.
Since the latest update, whenever I open the pop-up on my iPhone it covers the entire screen and I have no way to close it, other than completely closing the app.
I also donāt have an close (X) button in the corner, if I recall correctly this was by choice in order to keep it cleaner; but it wasnāt an issue back then. I should also mention that it works ok on the desktop dashboard. Is there a way to fix this? Iāll add a code snippet below:
Thanks for a great integration - I think its going to solve 2 big challenges I have, but I canāt work out how:
I want to share just one of my dashboards with friends via Home Assitant Cloud. I think I just need to disable the sidebar & header for all users other than me?
The dashboard in question uses a canvas-gauge within a picture-elements card but the size of the gauge needs to be determined by the size of the browser. I can see entities for browser height & width but not one that tells you which size is for the browser that is viewing the card. I can use card-templater to change the size of the canvas-gauge, but only if I know which browser size to use. How do I do this?
Thanks, but I accept the risk as I trust the individuals. Plus I canāt see any other way of sharing the dashboard which will be really useful to this small group.
For anyone just starting with Browser Mod, hereās a collection of examples for creating custom popups and replacing the default more-info dialog window.
With yaml for each to copy-paste and adapt to your instance
I am trying to use browser_mod to popup camera feed when bell is pressed on entrance door. My configuration is as follows:
dismissable: true
autoclose: false
title: Front Door Camera
size: fullscreen
timeout: 120000
deviceId:
- home-desktop
content:
camera_view: live
type: picture-glance
entities: []
camera_image: camera.entrance_camera_onvif_profile000
aspect_ratio: "4:3"
The issue occurs when I have RTSP camera feed running in full screen mode, then the popup remains hidden underneath that full screen instead of showing on top of it. Any idea on how I can show this popup on top of that feed? Or that feed gets closed for a few minutes and the feed on the popup is showed and when it times out the earlier feed gets maximized again.