nzhiti
nzhiti
It doesn't seem related to vitejs version since we have same issue with vite 3.1.0 However, I've the feeling that I might bundling two versions of emotion/styled since @mui has...
This can be done by settings playsinline to true if supported. This is the documentation about that parameter on vimeo : https://help.vimeo.com/hc/en-us/articles/12425812053265-Inline-playback-on-mobile. I don't know if it's supported by the...
Reactplayer is using [screenfull ](https://github.com/sindresorhus/screenfull) library to handle fullscreen. `if (screenfull.isEnabled) { screenfull.on('change', () => { console.log('Am I fullscreen?', screenfull.isFullscreen ? 'Yes' : 'No'); }); }` You can also try...