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
Toggle fullscreen buttons currently don't work in workspace view because iframes need to have <iframe allow="fullscreen"></iframe> set.
<iframe allow="fullscreen"></iframe>
Set allow="fullscreen" globally for dashy, or if there are any drawbacks that im not aware of providing it as an optional setting would be great
allow="fullscreen"
Medium (Would be very useful)
No
The text was updated successfully, but these errors were encountered:
Sure, good idea - will look into this and hopefully get a PR submitted this week :)
And thank you so much for the sponsorship 💖
Sorry, something went wrong.
⚡ Allows full-screen for iframes (#524)
e616d90
93a531a
Apologies again for the delay, have had a lot on. This has now been implemented in #557 :)
No branches or pull requests
Is your feature request related to a problem? If so, please describe.
Toggle fullscreen buttons currently don't work in workspace view because iframes need to have
<iframe allow="fullscreen"></iframe>
set.Describe the solution you'd like
Set
allow="fullscreen"
globally for dashy, or if there are any drawbacks that im not aware of providing it as an optional setting would be greatPriority
Medium (Would be very useful)
Is this something you would be keen to implement
No
The text was updated successfully, but these errors were encountered: