Hi All,
I have upgraded to 2.x and restored the popups I used to have before. I am now facing an issue but Iām uncertain itās related to the new browser_mod release or HA one. I read the entire thread since 2.x release and I cannot find any occurrence that matches it.
Here is the issue:
I have a popup showing the cameras in a swipe content area:
When I tap on the live image it renders a picture glance with the live feed (action more-info is called), however it now shows the header with Info, Settings and Related tabs, which was not the case prior to the update:
So funny. I was literally just coming here to ask that question! LOL THat is a result of HA combining the more-info and settings card. Terrible effect for the glance cards. This is more of a card_mod question btw.
Hi, everyone. The trouble had appeared after upgrade to version 1.xx.x and unfortunately remained in version 2.xx.x: when click on option arrow (pic1) I getthe option list not droppimg down, but somewhere in the middle (pic2). Here is the code:
This seems to be a problem with dropdowns not overflowing on browser-mod popups.
Your dropdown has actually opened, itās just hidden āinsideā the popup.
I noticed this in 1.x.x, but have not upgraded myself yet, so wasnāt aware it appears to be an issue in 2.x still.
I would suggest opening an issue on GitHub - my efforts to work around it by adding the CSS overflow setting using card-mod were unsuccessful, so I kind of gave up.
A workaround is to make a popup with more height, and ensure that any dropdowns are right at the top.
Having trouble with migrating to 2.xā¦ especially with the closing of popupsā¦
I use a custom ātitle barā instead of the standard one so all my popups use:
popup_header:
color_type: icon
icon: mdi:close-box
show_icon: true
styles:
name:
- justify-self: start
- padding: 0px 5px
- font-weight: bold
- color: white
card:
- background: DarkSlateGray
- height: 30px
- padding: 0 5px # make sure there are 5px on the sides
- border-radius: 0px
grid:
- grid-template-areas: '"i n"'
- grid-template-columns: 40px 1fr
icon:
- padding: 0
- justify-self: end
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.close_popup
data:
browser_id: THIS
The ācloseā function is only working if the browser is registered (though the popup appears either way).
I have the exact same issue. I used the popup_cards section in the yaml with the earlier version and now I am reading that I would need to change to āfire-dom-eventā and other stuff which is not how my code looked like so far. I would need to rewrite a LOT from scratch. Is there a way to make it work keeping the āpopup_cardsā section so it would just work instead of adding actions to each and every card?
Good day, upgraded fine to BM2 (browser_mod2), but facing an issue with multiple wall tabs running Fully Kiosk.
Setup as follows:
running Pi4 with HA
configured FullyKiosk on Samsung wall tab
upgraded to BM2
able to get wall tab loaded as browser mod device
bought a 2nd tab, and installed exactly same Fully Kiosk on that tab
did same process to load 2nd tab as broswer_mod device
it works when on browser_mod page, but soon as I load my home dashboard on 2nd tab. the device becomes unavalible and cannot be accessed on browser_mod tab on HA.
tried many scenarios, but cannot get the 2nd tab to work as a device on browser_mod ??
(see screenshots with 2 devices - but tabA81 becomes unavailable when i referesh to my home dashboard on fully)
when I click on the button the popup closes, is there a way to configure the popup tp stay open on the button click? I would like to close the door and keep the popup open till its closedā¦
Did you solve your problem ? I updated today and can see the same symptoms. To be certain I didnāt have some stale cache in the app, I even uninstalled completely and reinstalled the android companion app, to no avail. Everything works a charm, except for the media player that is always unavailable no matter what I do.
Can someone please tell me why this is still opening up full screen on my iPhone? I donāt know what else to try. Is there possibly some master setting over riding this code on the iPhone or in home assistant in general? This is just for a pop up card
Unfortunately, no, I ended up switching from WallPanel to FullyKiosk because I did not had the time to investigate further.
Itās strange that the media player works perfectly in browser, fully kiosk, HA companion app, but not in WallPanel.
Hopefully in the next days / weeks I will have time to check it out, because Fully Kiosk has a delay and sometimes freezes, thatās why I prefer WallPanel.
Donāt get excited too quicklyā¦ i run fully kiosk on all my tablets and itās still happening that media player become unavailable. Pattern is unknownā¦just ānow and thenā.
Hey i dont think that what im askingā¦I have already regeistered the devices, but i want Browser mod only pop up[ on the device im using ie:
If i on my mobile and i trigger a pop up, it appears on both, but i only want it to appear on my mobile, but if i were to do the same on the browser then it should only pop up on my browser and not my mobile as thats where i triggered the pop up??
Is this physical authentication a requirement of the browser on my nest or a requirement of browser mod?
My use case was to push an audible warning to my hub when somebody approaches the door while switching the view to a tab displaying the front door camera. This worked previously.
The problem Iām encountering is that Iām using dash cast to display HA to the hub. Unfortunately I have to recast HA every ten minutes as Googles firmware currently stops the cast after 10 minutes. With the recast comes the physical requirement to confirm in the bottom right corner.
Not complaining just trying to figure out my options