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
expectation
I expected Safari go to fullscreen mode.
bug
But instead nothing happens.
[Error] TypeError: document.documentElement.requestFullscreen is not a function. (In 'document.documentElement.requestFullscreen()', 'document.documentElement.requestFullscreen' is undefined)
(анонимная функция) (sphinx-book-theme.js:1:1707)
onclick (latest:382)```
**problem**
This is a problem for people using Safari.
### Reproduce the bug
1. https://sphinx-book-theme.readthedocs.io/en/latest/
2. Open FullScreen
### List your environment
macOS 12.2 under M1
Safari 15.3
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the bug
context
I open https://sphinx-book-theme.readthedocs.io/en/latest/ using Safari on MacOS and press fullscreen button.
expectation
I expected Safari go to fullscreen mode.
bug
But instead nothing happens.
The text was updated successfully, but these errors were encountered: