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
When using a custom full screen button to enable full screen mode in the browser, the native full screen controls (such as the browser’s built-in full screen exit button) become non-functional. This issue prevents users from using the browser’s native controls to exit full screen mode.
Expected Behavior
After clicking the custom full screen button to enable full screen mode, the browser’s native full screen controls should remain functional. Users should be able to use the native controls to exit full screen mode or interact with full screen features as they normally would.
Steps to Reproduce
Add a custom full screen button to your implementation of react-player.
Click the custom full screen button to enter full screen mode.
Try to use the browser’s native full screen controls (such as the full screen exit button) while in full screen mode.
Environment
Browser: Google Chrome, Safari
Operating system: macOS
The text was updated successfully, but these errors were encountered:
amitrai55
changed the title
Player controls does not work when the browser is in fullscreen
Player control does not work when the browser is in fullscreen
Aug 20, 2024
amitrai55
changed the title
Player control does not work when the browser is in fullscreen
Native Full Screen Controls Not Functional with Custom Full Screen Button
Aug 20, 2024
amitrai55
changed the title
Native Full Screen Controls Not Functional with Custom Full Screen Button
Native Full Screen Controls Stop Working After Using Custom Full Screen Button
Aug 20, 2024
Current Behavior
When using a custom full screen button to enable full screen mode in the browser, the native full screen controls (such as the browser’s built-in full screen exit button) become non-functional. This issue prevents users from using the browser’s native controls to exit full screen mode.
Expected Behavior
After clicking the custom full screen button to enable full screen mode, the browser’s native full screen controls should remain functional. Users should be able to use the native controls to exit full screen mode or interact with full screen features as they normally would.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: