- live-pusher组件 ios 多人在线音量回调为一直为0
https://developers.weixin.qq.com/miniprogram/dev/component/live-pusher.html <live-pusher style="display: none;" url="{{send_url}}" mode="RTC" autopush='{{true}}' bindstatechange="recorderStateChange" bindaudiovolumenotify="audiovolumenotify" enable-camera="{{false}}" debug="{{ture}}" />
2022-02-24 - scroll-view容器滑动到视频,点击全屏播放,退出全屏容器自动滚动到顶部?如何定位到视频?
<scroll-view style="height: 100vh;" scroll-y="{{ true }}"> <view style="display: flex;flex-direction: column;align-items: center;"> <block wx:for="123456787667" wx:key="*this"> <view style="height: 200rpx">test word</view> </block> <video id="myVideo" direction="0" src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400" show-center-play-btn='{{false}}' controls ></video> <block wx:for="1234" wx:key="*this"> <view style="height: 200rpx">test word</view> </block> </view> </scroll-view>
2021-12-17