Description
Fatal errors made are thrown when requesting for fullscreen
Expected behaviour
The request fails silently.
Solution(s)
- Slap a try catch on it and call it a day.
- Mdn has a specification for transient user state which can be queried for whether a user has interacted with the site.Check if user interacted then request for fullscreen.
Extra Information
N/A