Issues with UI Visibility and Interactivity in Fullscreen Mode with useFullscreen
I am experiencing an issue with the useFullscreen hook where the fullscreen functionality works as expected, but interactive elements within the UI, such as text, buttons, and tooltips for charts, are not visible when in fullscreen mode. Despite the fullscreen mode being activated, the expected tooltips and interactive elements do not appear, making it difficult for users to interact with the UI effectively. This issue affects the overall usability of the application, as important information is not accessible when the application is in fullscreen. I would appreciate any guidance or solutions to resolve this issue.
issue image
a normal image
https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API/Guide
Sorry for late due to public vacation. Can you provide a reproduction repo? https://www.reactuse.com/browser/useFullscreen. When you use useFullScreen API, remerber only the element inside the ref will show in the fullscreen.