同问,请问这个问题解决了吗
微信公众号视屏无法在小程序播放我先使用官方的例子:https://developers.weixin.qq.com/miniprogram/dev/component/video.html 可以播放相关视频,后来我使用了自己微信公众号上的视频地址,通过查看网页得到: https://v.qq.com/iframe/preview.html?vid=i1336so44wn&width=500&height=375&auto=0 这个地址在浏览器是可以播放视频的,但是我将<video>组件中使用,就无法播放,提示: Uncaught (in promise) NotSupportedError: The element has no supported sources.
2019-03-11我跟楼主遇到问题一样,感觉这个API文档很不清楚
canvastotempfilepath 生成图片模糊问题prio 为屏幕的像素数绘画比例 wx.canvasToTempFilePath({ x: 0, y: that.data.startH2, width: wid, height: that.data.endH2, destWidth: wid *prio, destHeight: that.data.endH2 * prio, quality: 1.0, canvasId: 'cover-preview', success: function (res) { //res.tempFilePath即为生成的图片路径 console.log(res.tempFilePath) } }) 导出的图片模糊,哪个大神指导一下怎么解决这个问题
2018-11-19可能是特殊字符吧,你知道正常显示应该是什么吗
微信昵称解析乱码,校验签名失败发现后台日志存在个别用户昵称取回来是问号 + 空格的组合,解析签名时用官方校验代码,显示:校验签名失败 [图片]
2018-08-28很正常啊,微信日常抽风
小程序提交自动化测试失败小程序提交自动化测试失败 [图片]
2018-06-26