fabiobiondi / angular-fullscreen

AngularJS HTML5 Fullscreen
214 stars 107 forks source link

Full screen on page load #28

Closed anupdhabarde closed 10 years ago

anupdhabarde commented 10 years ago

I'd like my complete document to go fullscreen when my page loads. But when I try to insert Fullscreen.all() at the end of controller, nothing happens. I also tried the same thing with timeout of 10 sec, in case some things aren't loading and causing the problem. This didn't help either.

Is there any way to do it.

Thanks

cef62 commented 10 years ago

Hello @anupdhabarde, what you are trying to do is not possible due to security reason. A page can't go fullscreen without an user explicit input.

You can read more about it here and on the w3c spec