Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting chrome to go full screen, programmatically

When I view the impress.js website in chrome on iOS, the tab bar slides up and disappears. How do I do that?

Note: doesn't happen in safari on iOS.

like image 695
themirror Avatar asked Oct 20 '25 10:10

themirror


1 Answers

A simple Google search would suffice for this question.

http://updates.html5rocks.com/2011/10/Let-Your-Content-Do-the-Talking-Fullscreen-API https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Using_full_screen_mode http://davidwalsh.name/fullscreen

All are excellent resources (and the top three Google links!).

Essentially, there's a new API which allows JS to request fullscreen access. That's about it.

like image 179
Will Avatar answered Oct 21 '25 22:10

Will



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!