Skip to content

Fullscreen Problem (9.0.3) #400

Discussion options

You must be logged in to vote

Solved it myself :)

const SetToFullscreen = useCallback(() => {
  log('CALLBACK: SetFullscreen')
  requestFullscreen(true)
}, [requestFullscreen])

I just forgot to add the dependency.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by helloingob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant