Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output fullscreen support because Safari
It's still showing the fullscreen button and pressing the button is still trying to do something - despite the site now having updated and not throwing any errors about the feature checking code now. My theory is that Safari iOS claims to support requestFullscreen even though it doesn't actually.. would hardly be the first time Apple have done this (indexedDB, web Push..). Especially as they tried to implement fullscreen in iOS 17.6 but gave up, and are now trying to in iOS 18 beta (although off by default and doesn't seem to do anything when on).
- Loading branch information
2cf1210
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems my theory is incorrect. But given it is being correctly reported as undefined, why is the sandbox button not being removed?
2cf1210
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pressing the fullscreen button is trying to do things for some reason
2cf1210
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#8