be-full icon indicating copy to clipboard operation
be-full copied to clipboard

ios无效

Open wtl8181 opened this issue 3 years ago • 4 comments

ios系统无法唤起全屏

wtl8181 avatar Mar 08 '22 07:03 wtl8181

感谢反馈, 我百度了下, ios浏览器好像不支持api控制全屏, 我再研究研究别的方式

any86 avatar Mar 09 '22 01:03 any86

image ipad可以, iphone不行.

any86 avatar Mar 09 '22 01:03 any86

不行的话给个判断方式呀,大佬,ios屏幕直接白屏了,有什么方式可以兼容一下呢?

JACK-ZHANG-coming avatar Aug 03 '22 13:08 JACK-ZHANG-coming

针对ios白屏引入时的兼容方式: `try { Module = require("../../node_modules/be-full"); beFull = Module.beFull; } catch { console.log('引用全屏插件失败'); }

beFull && beFull(); `

JACK-ZHANG-coming avatar Aug 03 '22 14:08 JACK-ZHANG-coming