hass-browser_mod: Can not click out of popup on iOS app

My Home Assistant version: 0.XX.X

What I am doing: opening a markdown popup

What I expected to happen: have some way of clicking out of the popup

What happened instead:

cant click out, not even swipe in another view, can only completely swipe the app out of Phone, and reload

Minimal steps to reproduce:

# The least amount of code or steps possible to reproduce my error
hold_action:
  action: fire-dom-event
  browser_mod:
    service: browser_mod.popup
    data:
#      style: |
 #       --popup-border-radius: 0px;
 #       --popup-padding-x: 0px;
 #       --popup-padding-y: 0px;
 #       --dialog-backdrop-filter: blur(0.8em) brightness(1.2);
 #       --dialog-content-padding: 20px;
      content:
        type: markdown
# Put your code/steps here

Error messages from the browser console:

no errors

// Select everything from the browser console and copy it

// Paste it here

image

By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).

  • [X ] Have made sure I am using the latest version of the plugin.

  • [X ] Have followed the troubleshooting steps of the “Common Problems” section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.

  • [X ] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

About this issue

  • Original URL
  • State: open
  • Created a year ago
  • Reactions: 4
  • Comments: 27

Most upvoted comments

I’ve fixed this and confirmed it on my own ios 16.6 HA 2023.8.2

Add https://github.com/ve1koz111/hass-browser_mod as a custom repository.

Uninstall old browser mod ‘ignoring’ entities, and reinstall from this repository until a proper fix is made.

YOU MUST RESET FRONTEND CACHE ON YOUR DEVICE FOR THIS TO WORK.

If rounded corners are not working for you add this to your CSS:

–ha-dialog-border-radius: var(–popup-border-radius, 28px);

@Alex-joomla @jbrandek

31 October and no fix for this, I wonder if this project is still on. Should we look for alternatives ?

I’ve fixed this and confirmed it on my own ios 16.6 HA 2023.8.2

Add https://github.com/ve1koz111/hass-browser_mod as a custom repository.

Uninstall old browser mod ‘ignoring’ entities, and reinstall from this repository until a proper fix is made.

YOU MUST RESET FRONTEND CACHE ON YOUR DEVICE FOR THIS TO WORK.

If rounded corners are not working for you add this to your CSS:

–ha-dialog-border-radius: var(–popup-border-radius, 28px);

@Alex-joomla @jbrandek

Works for me. Appreciate it!

Now it works, I did nothing else 😃

Thank you, you saved our i Home 😃