React Unity WebGL provides a modern solution for embedding Unity WebGL builds in your React Application while providing advanced APIs for two way communication and interaction between Unity and React.
full screen option is working for all other operating systems, like android, windows, mac book. I already checked for different browsers. all other devices are performing good. on I phone only things full screen option is not working. what would be the solution please guid me
Please avoid duplicates
Language and Compiler
Vanilla JavaScript
What environment are you using?
Local Development Server
When does your problem occur?
While writing code
What does your problem relate to?
The problem seems React related
React-Unity-WebGL Version
9.4.0
React Version
18.2.0
Unity Version
2022.3.16
What happened?
full screen option is working for all other operating systems, like android, windows, mac book. I already checked for different browsers. all other devices are performing good. on I phone only things full screen option is not working. what would be the solution please guid me
Reproducible test case
` const { unityProvider, requestFullscreen, loadingProgression, isLoaded } = useUnityContext({ "loader-url", "data-url", "frame-work-url", "code-url", });
Would you be interested in contributing a fix?