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

Fix browser_mod example #21

Merged
merged 1 commit into from
Dec 11, 2021
Merged

Fix browser_mod example #21

merged 1 commit into from
Dec 11, 2021

Conversation

ManuelLR
Copy link
Contributor

Hi!

I have been using this card for some time and today, when I started using it with browser_mod as you suggest in the example, I found the problem that the pop-up was opening on all devices.

That is caused because the method "call-service" + "browser_mod.popup" is going to open the popup in all devices. Instead of, I should use "fire-dom-event" + "popup" to only open in the current device.

In the example, avoid to "call-service browser_mod.popup" that is going to open the popup in all devices
@marrobHD marrobHD merged commit b0e0a61 into marrobHD:master Dec 11, 2021
@marrobHD
Copy link
Owner

thx!

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

Successfully merging this pull request may close these issues.

2 participants