I noticed that the 'fullscreenChanged' event does not fire. ``` player.on('fullscreenChanged', () => { // this line will never be reached }); ``` Are you able to reproduce this issue?