Відгуки для Simple Gesture for Android
Simple Gesture for Android автор utubo
Відгук від Користувач Firefox 13701009
Оцінка 5 з 5
від Користувач Firefox 13701009, 8 років томуGoodjob!
Would you please add fullscreen gesture?
Thanks.
Would you please add fullscreen gesture?
Thanks.
Відповідь розробника
оприлюднено 8 років томуSorry, 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.