Is there a way to determine if a web browser supports the FullScreen API using JavaScript?
As far as I know, the most recent version of Safari enables it on iPads but not on iPhones.
I'm curious about how to check if the device has support for the FullScreen API in order to display or conceal a fullscreen button based on that information.
(Preferably in Angular using TypeScript)