Is there a possibility to query if Browser_mod has already opened a pop-up?
I have two competing pop-ups - 1 camera on doorbell and 2 automated text messages aud Homematic - and I would like to proirise by inserting the condition on the automation for 2: No browser_mod popup open.
The popup on mobile again not in full screen (in 2.1.1 it was full screen). Still not sure if it is good or bad Was that the intention?
The padding issue on iOS/iPadOS is still not resolved. Not able constantly remove the top padding. It is not consistent. Please see below 2 screens of the same popup.
So far I had the following in my configuration.yaml, because I basically do not want to have a lot of different browser IDs in HA, I just used to for some popup functionalities on buttons that should appear in every browser.
browser_mod:
prefix: "browser_mod_"
disable:
- all
Now in the update instructions I just see that I shall remove all yaml code, but there is no information if/how I can achieve what this yaml code did before (or I missed it). Would the same option now be available with the new integration?
In Browser Mod 2 you manually register only the browsers you want registered with a button click. And then you can give them a name immediately. All from the GUI.
Iām just trying to figure out how to style the pop up? Does anyone have any examples how they did it? Iāve tried everything for the last hour and nothing is working.
First make sure you have completely removed any installation of Browser Mod 1
I.e. remove browser_mod: from your configuration.yaml and delete the integration from the integrations page.
Here it states āItās advisable to use a fire-dom-event tap action instead as far as possible.ā
Why is the fire-dom-event method preferred (e.g. speed, reliability, etc.)?
When I call a popup card using fire-dom-event, if the view previously required a scroll bar, the scroll bar disappears causing the entire screen to shift (and then back again when the popup is closed).
Is there a way to prevent this shift?
When I use the new popup card, my entire view shifts to being right-justified instead of centered on a display that has extra horizontal space. On a smaller screen with no extra horizontal space, it actually causes the displayed columns to swap. The viewās layout is custom:horizontal-layout and when I comment out the popup card, it returns to the center and the columns return to their proper positions, respectively.
Could this be an artifact of the popup card being hidden but still affecting the layout or something Iām not configuring properly?
I only get an empty popupā¦
All was working good before the 2.0 release.
Any hints?
EDIT: How to disable light and media_player from the default browser just i did before with - disable: all?