xieby1/fullscreen

Always in fullscreen mode (open link)

cdf0f3 opened this issue · 2 comments

First thank you for the great extension you provided, I really love it. Is it possible to always stay in fullscreen mode? Currently open link will exit fullscreen mode.

Thank you first.
After some investigation, my answer is it's hard.

I would like refer to the answer from stack overflow Javascript request fullscreen is unreliable

requestFullscreen() can not be called automatically is because of security reasons (at least in Chrome). Therefore it can only be called by a user action such as:
...

e-t-l commented

I'm not very JS savvy but would a user-generated event include something like mouseover? Something where any movement, scrolling, etc. would suffix to trigger fullscreen?