Skip to content

Making sure screenfull is not used when the browser is not supported.

Remco de Man requested to merge fix_non_supported_fullscreen into master

This branch fixes errors that are thrown when a page with fullscreen functionality is opened on a browser without support for fullscreen.

For example: Safari on iOS does not support fullscreen at all and therefore does not define the screenfull library. This causes it to crash on the participant view but also the presenter view and quiz editor.

Merge request reports

Loading