Mobile browser touch gestures

Add touch gestures to your mobile browser, ready to use and no configuration required. In addition to general gestures, there are also special gestures for text, images, and videos. Do you still think it's not enough? Support adding personalized gestures that belong to you. We recommend using Lemur browser, Yandex browser, and Kiwi browser.

< Feedback on Mobile browser touch gestures

Review: Good - script works

§
Posted: 2021-09-29

全屏横屏播放时能隐藏miui的小白条吗?

L.XavierAuthor
§
Posted: 2021-09-29

😥这只是一个浏览器脚本,没有那么强大,无法操控系统控件。
而且小白条是悬浮于浏览器上方的,不属于网页内容,无法遮蔽。

miui的小白条应该是有系统开关可以隐藏的,你可以在设置里找找。

§
Posted: 2021-09-30
😥这只是一个浏览器脚本,没有那么强大,无法操控系统控件。
而且小白条是悬浮于浏览器上方的,不属于网页内容,无法遮蔽。

miui的小白条应该是有系统开关可以隐藏的,你可以在设置里找找。

主要就是不像关闭miui小白条。但是kiwi这浏览器使用默认播放器会主动隐藏小白条,作者可否考虑从此入手呢?

L.XavierAuthor
§
Posted: 2021-09-30

你可以尝试将代码中的
findVideoBox().webkitRequestFullscreen();
findVideoBox().mozRequestFullScreen();
改成
videoPlayer.webkitRequestFullscreen();
videoPlayer.mozRequestFullScreen();
这样就会调用浏览器默认的播放器全屏

Post reply

Sign in to post a reply.