获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
建议看懂了源码再改,他默认是current为1 是在中间,可以上下滑动,如果要改成0的话那你得改一些相关参数。
video-swiper的问题,有大佬知道吗?下了video-swiper的demo发现swiper的current是1开始,但是我希望是从0开始,改成0后,视频列表上拉几个后再下拉有的视频不会播放了及各种问题,请问什么原因,
2020-07-13也就除了短视频自动播放稍微好点,其他的自动播放真的体验差
H5页面安卓微信环境下video不能自动播放video标签设置了muted和autoplay属性,在安卓微信里不能自动播放
2020-07-03componentDidShow(){ console.log('rect',Taro.getMenuButtonBoundingClientRect()); //Promise {<pending>} }
getMenuButtonBoundingClientRect 获取到的信息都是let custom = wx.getMenuButtonBoundingClientRect(); setTimeout(function() { console.log('custom', custom) that.globalData.Custom = custom; that.globalData.CustomBar = custom.bottom + custom.top - e.statusBarHeight; }, 500)
2020-04-16