+1
为什么突然就不能编译成功了?[插件 xxxxx] provider:xxxxxx, version:2.9.4, 系统错误,错误码:-8000,system error [图片]
04-08顶 刚发现的
紧急紧急紧急‼️ 为什么scroll-view在基础库版本3.3.4不触发ondragend事件了?紧急紧急紧急!!! 组件名称:scroll-view 问题描述:微信基础库版本3.3.4的时候dragend事件不生效!!!! 【dragstart dragend不生效】微信基础库版本3.3.4代码片段 https://developers.weixin.qq.com/s/0M186lmQ78PX 【dragend 生效】微信基础库版本3.3.0代码片段 https://developers.weixin.qq.com/s/0M0F0lme7LPS
02-29对 单位是KB 需要精确的话 用fileManager api , 获取到的单位是字节
wx.compressVideo返回的size不是一个精确值吧?wx.compressVideo返回的size不是一个精确值吧?我测试感觉好像其是个近似值
02-18我也有这个问题, 老的公众号绑过应用A, 现在用新的公号, 想把A绑过来, 怎么操作 楼主解决了吗
微信开放平台中公众号 “网页跳转移动应用”无法解除绑定?[图片] 绑定错误了,试着解除绑定公众号还是没办法取消关联。请问如何处理?
2021-08-20同问啊! 官方的同学在哪里?
看不懂小程序扩展组件提供的video-swiper的代码,求解?子组件的 animationfinish: function animationfinish(e) { console.log(e) console.log(this.data) var _data = this.data, _last = _data._last, _change = _data._change, curQueue = _data.curQueue, prevQueue = _data.prevQueue, nextQueue = _data.nextQueue; var current = e.detail.current; var diff = current - _last; if (diff === 0) return; this.data._last = current; this.playCurrent(current); this.triggerEvent('change', { activeId: curQueue[current].id }); var direction = diff === 1 || diff === -2 ? 'up' : 'down'; console.log(direction) if (direction === 'up') { if (this.data._invalidDown === 0) { var change = (_change + 1) % 3; var add = nextQueue.shift(); var remove = curQueue[change]; if (add) { prevQueue.push(remove); curQueue[change] = add; this.data._change = change; } else { this.data._invalidUp += 1; } } else { this.data._invalidDown -= 1; } } if (direction === 'down') { if (this.data._invalidUp === 0) { var _change2 = _change; //2 var _remove = curQueue[_change2]; var _add = prevQueue.pop(); if (_add) { curQueue[_change2] = _add; nextQueue.unshift(_remove); this.data._change = (_change2 - 1 + 3) % 3; } else { this.data._invalidDown += 1; } } else { this.data._invalidUp -= 1; } } var circular = true; if (nextQueue.length === 0 && current !== 0) { circular = false; } if (prevQueue.length === 0 && current !== 2) { circular = false; } this.setData({ curQueue: curQueue, circular: circular }); }, 这些属性都代表啥意思? _last: 1, _change: -1, _invalidUp: 0, _invalidDown: 0,
2021-05-14请问这个怎么做兼容
cover-view button不显示- 当前 Bug 的表现(可附上截图) cover-view button不显示 [图片] - 预期表现 圈选的红框内有个分享button按钮 - 复现路径 - 提供一个最简复现 Demo <video id='video' style='width:100%;height:100%;' src='{{videopath}}' objectFit='fill' > <cover-view> <button class='sharebtn' open-type='share' title='你的好友制作了一段精彩视频'>分享</button> </cover-view> </video >
2019-02-14同问
video设置循环播放,bindended事件就捕捉不到了 ?video设置循环播放,bindended事件就捕捉不到了 ?@官方爸爸
2018-12-28ios是好的 安卓不行
2.4.1基础库偷偷更新了?更新日志呢?video组件有问题啊!!你们最近上了2.4.1版本库(是灰度了吗?), 对video组件做了什么? timeupdate只会触发一次?
2018-11-22同问, 如何自定义缓存时间
小程序可以缓存视频吗?小程序可以缓存视频吗?最多就1分钟的时长? 如果可以的话,该如果缓存?
2018-11-06你的类抖音实现有过渡衔接动画吗?
小程序video组件触摸事件ios不支持- 当前 Bug 的表: video组件在ios上无法触发触摸事件 - 预期表现 : 类似抖音,可以上下滑动,切换上一个 下一个视频
2018-10-31