We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
request was made in a sandboxed frame whose 'allow-popups' permission is not set
Apps are allowed to open popups in dashboard
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
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
The text was updated successfully, but these errors were encountered: