Can we implement allowfullscreen attribute in the iframe module. This attribute is needed if you want to set the frame fullscreen.
allowfullscreen
This attribute can be set to true if the frame is allowed to be placed into full screen mode by calling its requestFullscreen() method. If this isn't set, the element can't be placed into full screen mode.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#Attributes
Comments
Comment #2
dries arnoldsThis is something I really need as well.
Comment #3
joonapenttila commentedYeah I need this too for D8 :s
Comment #5
neffets commentedwe will add it as attribute allow="fullscreen"
Comment #8
redeight commentedReopening this as these changes horribly break any install on D8 earlier than 8.x-1.10.
There is no hook_update to add the requisite schema columns to the table so anyone updating to 8.x-1.10 (and now 8.x-1.11) ends up with a broken iFrame. Currently, manually editing the database table to add the column or rolling back to 8.x-1.9 are the only fixes.
Comment #9
neffets commentedfield now working with bugfix in #3091781