I want to share some presentations created using reveal.js & I need to find out a solution to open those reveal.js presentations automatically in full screen mode using Google Chrome, without asking users to users press F11.I tried lots of code snippets ,but still couldn't find a solution for that.
Asked
Active
Viewed 1,864 times
1 Answers
1
I went through this one year ago and had to give up.
Due to the reasonable security reasons it is not possible to automatically (without user confirmation/interaction) open a new page in fullscreen mode.
-
Thanks mahish. Yes I also ended up with "Failed to execute 'requestFullScreen' on 'Element': API can only be initiated by a user gesture." error. – Tharindu Rajarathna May 19 '15 at 14:56