You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the only thing I can see missing from useFullScreen is the ability to check if fullscreen is even allowed/enabled by the browser an app is being rendered in.
Suggested implementation
useFullScreen can be modified to export a boolean enabled which would be:
Description
Right now the only thing I can see missing from
useFullScreenis the ability to check if fullscreen is even allowed/enabled by the browser an app is being rendered in.Suggested implementation
useFullScreencan be modified to export a booleanenabledwhich would be: