fabiobiondi / angular-fullscreen

AngularJS HTML5 Fullscreen
214 stars 107 forks source link

Check also fullscreen enabled variable for iframes #44

Open alex88 opened 9 years ago

alex88 commented 9 years ago

Inside iframes *RequestFullscreen function is always enabled, however, if they don't have the allowfullscreen attribute, the content can't go in fullscreen.

I've added that check inside the isSupported function

Deklin commented 7 years ago

This would be a nice item to get merged.