Blocked window.open() #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vlw/still-alive#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pop-up blockers prevent
window.open()to open windowsMost browsers ship with pop-up blockers built-in and will usually only allow a single window to open (or none at all).
Chrome will send out a permission request to the user asking for the "open multiple windows" permission.
The Multi-Screen Placement API looks like possible candidate to fix this issue if its permission query also applies to opening windows, and not just placing them.
Since this demo relies on browser windows, being able to open them is quite crucial.