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
Uncaught TypeError: Cannot read property 'requestFullscreen' of undefined
Expected behaviour:
Element enters fullscreen if the browser supports it, some other error otherwise.
Based on this answer I have found a way to make it work. Tested with virtual components! (which seems to be the most difficult part, so normal component should be fine).
Would you accept a PR to address this?
The text was updated successfully, but these errors were encountered:
Example:
Current behaviour:
Expected behaviour:
Based on this answer I have found a way to make it work. Tested with
virtual
components! (which seems to be the most difficult part, so normalcomponent
should be fine).Would you accept a PR to address this?
The text was updated successfully, but these errors were encountered: