Beoordelingen voor Simple Gesture for Android
Simple Gesture for Android door utubo
Beoordeling door Firefox-gebruiker 13701009
Waardering: 5 van 5
door Firefox-gebruiker 13701009, 8 jaar geledenGoodjob!
Would you please add fullscreen gesture?
Thanks.
Would you please add fullscreen gesture?
Thanks.
Antwoord van ontwikkelaar
8 jaar geleden geplaatstSorry, I couldn't find the way to go fullscreen.
Video files (e.g. "*.webm") will cancel fullscreen, if execute this code with Custom-gesture.
---------------------------------------------------------------------------
/** @name Cancel fullscreen */
document.mozFullScreenElement && document.mozCancelFullScreen();
---------------------------------------------------------------------------
Thanks.
Video files (e.g. "*.webm") will cancel fullscreen, if execute this code with Custom-gesture.
---------------------------------------------------------------------------
/** @name Cancel fullscreen */
document.mozFullScreenElement && document.mozCancelFullScreen();
---------------------------------------------------------------------------
Thanks.