Skip to content
New issue

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

移动端退出全屏怎么写,看到例子有进入全屏写法! #14

Open
klmahua opened this issue Apr 14, 2021 · 1 comment
Open

Comments

@klmahua
Copy link

klmahua commented Apr 14, 2021

移动端退出全屏怎么写,看到例子有进入全屏写法!
cb.on('fullscreen', function () {
if (/Android|webOS|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
screen.orientation.lock('landscape');
}
});

求退出全屏的写法

@klmahua
Copy link
Author

klmahua commented Apr 14, 2021

另外记忆播放在app下无效果

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant