fullscreen icon indicating copy to clipboard operation
fullscreen copied to clipboard

Always in fullscreen mode (open link)

Open cdf0f3 opened this issue 3 years ago • 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.

cdf0f3 avatar Dec 16 '22 10:12 cdf0f3

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: ...

xieby1 avatar Dec 28 '22 06:12 xieby1

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?

e-t-l avatar May 01 '23 22:05 e-t-l