Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popups doesn't work #327

Closed
4 tasks
petoblat opened this issue May 14, 2022 · 7 comments
Closed
4 tasks

Popups doesn't work #327

petoblat opened this issue May 14, 2022 · 7 comments

Comments

@petoblat
Copy link

My Home Assistant version: 0.XX.X

What I am doing:

What I expected to happen:

What happened instead:

Minimal steps to reproduce:

# The least amount of code or steps possible to reproduce my error

# Put your code/steps here

Error messages from the browser console:

// Select everything from the browser console and copy it

// Paste it here

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

@maxxer
Copy link

maxxer commented May 18, 2022

Are you in HTTPS? It started working to me when I enabled secure connection

@maxxer
Copy link

maxxer commented May 18, 2022

#325

@Xeyame
Copy link

Xeyame commented May 18, 2022

deviceID: this was changed.

Working example configuration of a card for me:

type: entities
entities:
  - entity: light.outside
    tap_action:
      action: fire-dom-event
      browser_mod:
        command: popup
        title: Outside lights
        card:
          type: entities
          entities:
            - entity: light.outside1
            - entity: light.outside2
            - entity: light.outside3

@droans
Copy link

droans commented Jun 2, 2022

Noticing the same issue on my end. Works fine on my phone but not on my desktop. Both running Chrome.

Edit: Never mind, it just started working. Don't know what exactly changed.

@kaizersoje
Copy link

Popups don't seem to be working on my Android phone since upgrading to 2022.6.x

It seems to be working fine on my laptop though.

@damusmf
Copy link

damusmf commented Jun 25, 2022

running in to same issues of the pop ups not working in the android companion app. They work on desktop and one web browser on mobile, just not in the companion app. Similar issue posted here: UI-Lovelace-Minimalist/UI#668

@thomasloven
Copy link
Owner

Closed because of Browser Mod 2.0 release.
Please see #354.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants