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

[Feature]: Allow apps to open popups #4837

Open
delemeator opened this issue May 6, 2024 · 0 comments
Open

[Feature]: Allow apps to open popups #4837

delemeator opened this issue May 6, 2024 · 0 comments

Comments

@delemeator
Copy link

Description of the feature

I would like to use my app to generate file and then allow user to print it. This requires me to open popup from the application

const blobUrl = URL.createObjectURL(blob);
window.open(blobUrl, '_blank');

Currently this attempt is blocked by the browser:
request was made in a sandboxed frame whose 'allow-popups' permission is not set

Acceptable criteria

Apps are allowed to open popups in dashboard

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant