How to use full screen mode?
I'm trying to view my prototype in presentation mode but not working as expected. Trying with these add-ons 1. https://addons.mozilla.org/en-US/firefox/addon/autofullscreen 2. https://addons.mozilla.org/en-US/firefox/addon/full-screen-for-firefox
Still I didn't get result as expect. Here are the video https://www.dropbox.com/s/umam6wzmoqbjmfe/fullscreen.mov?dl=0
Firefox Version Firefox Quantum 64.0 (64-bit)
Chosen solution
You can also try this extension:
- Fullscreen Plus https://addons.mozilla.org/firefox/addon/fullscreen_plus/
All Replies (5)
It's because this is Mac.
Try the following steps:
- Go to about:config and set full-screen-api.allow-trusted-requests-only = false
- On bookmarks bar create a bookmark with the following 'location':
javascript:document.getElementsByTagName('html')[0].mozRequestFullScreen();void(0)
Thanks for your reply.
Can you guide me step by step?
No, this already was step by step, sorry.
Chosen Solution
You can also try this extension:
- Fullscreen Plus https://addons.mozilla.org/firefox/addon/fullscreen_plus/
@cor-el Thank you! Its working.