Simple Gesture for Android incelemeleri
Simple Gesture for Android geliştiren: utubo
Firefox kullanıcısı 13701009 adlı kullanıcının incelemesi
5 üzerinden 5 puan
yazan: Firefox kullanıcısı 13701009, 8 yıl önceGoodjob!
Would you please add fullscreen gesture?
Thanks.
Would you please add fullscreen gesture?
Thanks.
Geliştiricinin yanıtı
gönderilme: 8 yıl önceSorry, 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.