Hello,
I know this post is old, but did you ever figure out a work around for this? Is there any other drop down card that have come out that will work in a POP up card?
Hello,
I know this post is old, but did you ever figure out a work around for this? Is there any other drop down card that have come out that will work in a POP up card?
No, never did find a solution, beyond making pop-ups full screen, or putting any dropdowns nearer the top.
Judging from the comment by Thomas (the browser-mod
developer) in the now closed GitHub issue I linked to, overflowing dropdowns on a popup is something that just canāt be done.
Okay thanks for the reply. I tried messing around with the new bubble card as well, still no luck. Back to the drawing board for design lol
Hello,
I just updated HA to 2024.4
My previous versoin was 2023.11
My pop up cards open full screen on my iphone now. Can someone tell me how to fix this?
They look fine in browser, but something changed with this update, and I cant stop it from going full screen
Hey Guys, trying to figure this out.
I have browser mod working for a pop-up camera when motion is detected.
What Iām trying to do next is click on an entity/card in my dashboard that takes me to a view in browser mod and once Iāve clicked on what I need, it should bring me back to my home screen.
How would I go about with this?
For reference here is my code of the fans button and the path for my view is
wall-test/fans
show_name: true
show_icon: true
type: button
tap_action:
action: call-service
service: browser_mod.popup
target:
device_id: c17146b5bec5c756372089eaced63a8a
data:
dismissable: true
autoclose: false
content: wall-test/fans
size: normal
entity: fan.fans
icon_height: 30px
hold_action:
action: none
Hi, as stated in How to help us help you - or How to ask a good question ā Format it properly please use YAML proper code.
This is important to be able to help you.
Hi Everyone, I am new to this and just installed the the browser mod to create pop ups.
I was able to create a pop up but would like to know how to trigger it from a picture element card. Can you have different triggers for different pop ups?
That is something that change a long time ago. Since you skipped a few updates, you werenāt affected back then. You can use this fork someone else made, which fixes it all on mobile: GitHub - ve1koz111/hass-browser_mod: (MOBILE FIX) A Home Assistant integration to turn your browser into a controllable entity and media player
Add the repo as custom repo in HACS and download this version. Make sure you completely uninstall the old browser_mod from integration panel, then uninstall from HACS and restart Home Assistant.THEN install the new one and restart HA and add as integration again.
Interesting, I hadnāt to run into this issue myself yet.
I didnāt find details on the surface about what all gets āfixedā. Do you know if this fork has any impacts on the experience outside of mobile?
Nope, all works great with this fork and fixes mobile to look the same as desktop like it was. Iām using this for a few months now
Sweet, thanks!
Thanks @ASNNetworks I installed and it looks like it works partially from developer tools > services, but it asks for a target. The previous version didnāt require one. Is this correct? If I put a target it works. But the the target list is limited.
My response wasnāt directed to you? I replied to the user that mentioned it didnāt display properly on mobile devices, which this fork fixes. As far as I know it works identical as normal browser_mod 2 but with mobile popups fixed.
I donāt use targets with browser mod, only popups with button service calls via dashboard. So canāt help you with this.
Thanks! Thatās what I am building up to. So I created a āpop upā panel using the custom:popup-card card module.
How do I create a button to call up that card or and action if i am putting it on a picture element card. And does the card have to be on the same page?
You should check out the extensive read me on github, itās all documented very well. Also there are examples in this thread if you lookup keywords like āfire-domā (which is one of the codes).
I canāt write a step by step guid how to achieve what you want, especially since the information is there to pickup already
Do you have a link to the github documentation?
Not to sound rude, but itās literally the first post of this thread. I get you want an answer, but all threads have a first post where they explain what the project is and a Github link.
Also in HACS, where you installed it, it loads up the read me. And the fork I linked also had the same readme and mentions the original repo you can click on.
Thanks, will read in detail.
How can I do browser-mod popup for tap āaction: fire-dom-eventā in either picture entity or picture glance cards?
Both āPicture entityā cards and āPicture Glanceā do not allow āfire-dom-eventā. It only allows browser-mod pop up. But it would pop up to every one of my tablets on the wall. I just want to pop up to the tablet that was tapped.
Hi,
1.
can someone point this out, what can be wrong with browser mod?
I have browser mod with hide header, that is working fine:
Then, when I navigate to a page on another dashboard, this happen:
Or it could be, there is another issue not related to browser mod?
.
2. is it possible to detect in a script or template, on which device Iām running the HA dashboard? (in browser mod I have 4 registered devices)
Thanks in advance.