live-player层级问题
发布于 6 年前 作者 juntian 8668 次浏览 来自 官方Issues

vivo U3x 型号V1928A 

放一个拖拽区域在live-player上面

和其他手机就平板表现不一样

代码如下

live-player

id’player’

src"rtmp://ns8.indexforce.com/home/mystream"

mode"RTC"

autoplay

bindnetstatus"netstatechangePlay"

bindstatechange"statechangePlay"

binderror"playError"

style"width:100vw;height: 100vh;z-index:1"

></live-player>

<movable-area style"position:absolute;top:0; height: 200px; width: 200px; background: red;z-index:999" scale-area>

<movable-view style"height: 200px; width: 200px; background: blue;" direction=“all” scalescale-min=“1” scale-max=“8” scale-value=“1”>

</movable-view>

</movable-area>

2 回复

具体是怎么不一样呢?

麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

回到顶部