- wx.createVideoContext(id).play()方法安卓手机报错
<video id='limi-video' src='http://1254346994.vod2.myqcloud.com/78ac99eevodgzp1254346994/fef56f777447398156866741048/slstHXelLEgA.mp4' autoplay='{{false}}'> </video> <button catchtap='setTime'>设置时间</button> // pages/video/video.js let videoCtx Page({ /** * 页面的初始数据 */ data: { initialTime:0, autoplay:false }, watchPlayProgress(e){ console.log(e) }, setTime(){ videoCtx.play() }, onLoad: function (options) { videoCtx = wx.createVideoContext('limi-video') } })
2018-12-05 - 页面横竖屏切换问题
{ "usingComponents": { "drawimg": "/components/draw_img/index", "modal": "/components/modal/index" }, "pageOrientation": "auto" }
2018-11-16 - cover-view 里面button 写catchtap 在真机上不触发
各位大神 cover-view 里面button 写catchtap 在真机上不触发 模拟器上可以的 怎么解决?
2018-08-08