zhw2590582 / FlvPlayer

:lollipop: FlvPlayer.js is a JavaScript player for decode flv to the canvas
https://flvplayer.js.org
MIT License
302 stars 83 forks source link

iOS下播放HTTP-FLV点击全屏按钮无效 #18

Closed kentpan closed 4 years ago

kentpan commented 4 years ago

Expected behaviour

Actual behaviour

Steps to reproduce

Environment

Console errors (if any)

Link to where the bug is happening

zhw2590582 commented 4 years ago

是无效的,因为这不是视频标签。

kentpan commented 4 years ago

但可以通过CSS3模拟窗口全屏效果

zhw2590582 commented 4 years ago

已经是css模拟全屏了,难道有兼容问题?可以的话截个图看看

kentpan commented 4 years ago

image 发现问题了, 是因为父元素上有transform属性导致, 请问下有fullscreen事件吗? 建议各事件可以跟videojs对齐