WTH can't I use a card as more-info popup

BTW, on a mobile device like iPhone a popup occupies a whole screen - like a subview; i.e. no difference.

Questionable; some users intentionally use masks for a background in custom themes to make it less vivid - to not distract from a popup:

I did not know that. Is that an implementation choice? Or a limitation of iOS?

If you mean ā€œpopup occupies a whole screenā€ - imho it is because a screen too small.

Thatā€™s what I wrote above - so I absolutely agree with potelux:

1 Like

I would agree that a possibility to use any card as a popup will widen flexibility.
Meanwhile we can use workarounds like subview & custom:browser-mod.

1 Like

It was me who implemented the theme variable for backdrop filter into HA to be able to blur it :wink: So I donā€™t want the background to distract from the popup - but I still want a popup instead of a sub view for the reasons stated above. Thatā€™s why I use browser mod as a workaround at the moment, but of course I hope that some day it will be possible natively in HA.

2 Likes

Hope you do not mean ā€œha-card-backdrop-filterā€ since it broke z-index )))

1 Like

No, I have added --dialog-backdrop-filter: https://github.com/home-assistant/frontend/pull/7635

1 Like