We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
移动端退出全屏怎么写,看到例子有进入全屏写法! cb.on('fullscreen', function () { if (/Android|webOS|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { screen.orientation.lock('landscape'); } });
求退出全屏的写法
The text was updated successfully, but these errors were encountered:
另外记忆播放在app下无效果
Sorry, something went wrong.
No branches or pull requests
移动端退出全屏怎么写,看到例子有进入全屏写法!
cb.on('fullscreen', function () {
if (/Android|webOS|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
screen.orientation.lock('landscape');
}
});
求退出全屏的写法
The text was updated successfully, but these errors were encountered: