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
Currently showModal() cannot be called on dialogs that are popovers to avoid conflicting elements in the top layer.
showModal()
In a similar fashion, you shouldn't be able to request fullscreen on popovers. I assume this was an oversight since the fullscreen spec is separate.
The text was updated successfully, but these errors were encountered:
cc @josepharhar @mfreed7
Sorry, something went wrong.
This PR prevents popovers which are showing from getting fullscreen: #204
Fixed by #204
No branches or pull requests
Currently
showModal()
cannot be called on dialogs that are popovers to avoid conflicting elements in the top layer.In a similar fashion, you shouldn't be able to request fullscreen on popovers. I assume this was an oversight since the fullscreen spec is separate.
The text was updated successfully, but these errors were encountered: