各位大佬,麻烦看下 @微信团队
4/17视频突然无法播放- 当前 Bug 的表现(可附上截图) 2019/4/17 下午1点多开始,部分IOS手机(7.0.3,2.6.6,跟系统版本暂无关联),突然稳定出现无法播放小程序视频的问题,表现为 IOS 系统下播放 m3u8 持续抛出渲染异常。影响到的小程序:爱奇艺、优酷等。 video binderror 报错信息: {"type":"error","timeStamp":459,"target":{"dataset":{},"id":"videoId","offsetTop":0,"offsetLeft":0},"currentTarget":{"dataset":{},"id":"videoId","offsetTop":0,"offsetLeft":0},"detail":{"errMsg":"not support mixed rendering"}} 其中这个 errMsg 之前没有遇到过,官方文档也没有对此 error 的说明。
2019-04-17没人理?目前看下来,在真机上,没有任何办法让 cover-view / cover-image 的 rotate 正常动起来。大佬们看看呢
cover-image/cover-view 动画问题- 当前 Bug 的表现(可附上截图) cover-image/cover-view transform:rotate 动画模拟器里正常,而真机表现不正常 用 keyframes、transition、wx.createAnimation 三种方式都有问题。 分别表现为: keyframes 没有过渡动画效果,在 animation-duration 结束后直接从 0% 跳到 100%,没有中间动画过程; transition 不能只围绕 z 轴转动,无论是只设置 rotate 还是 rotateZ,都会绕三轴一起转动。 wx.createAnimation 本质同上,效果也同上 - 预期表现 cover-image/cover-view transform:rotate 可以绕z轴平滑转动。 - 复现路径 https://developers.weixin.qq.com/s/3K1LAlma7z58 - 提供一个最简复现 Demo https://developers.weixin.qq.com/s/3K1LAlma7z58
2019-01-14