俺也一样
Android14的微信小程序调用wx.setBLEMTU失败?API:wx.setBLEMTU、wx.writeBLECharacteristicValue 微信版本号:8.0.46、8.0.47 基础库版本号:3.2.4[1111] 手机:Android14+小米14,Android14+小米12S 1. 调用wx.setBLEMTU失败,{errCode: -1, errno: 1500104, errMsg: "setBLEMTU:fail:internal error"},wx.getBLEMTU成功,数据为517,为何只有Android14系统的手机调用当前接口会失败,是否有解决方案? [图片] 2. 30字节的数据通过wx.writeBLECharacteristicValue写入成功,但250个字节的数据通过wx.writeBLECharacteristicValue却写入失败; [图片] 3. 为何wx.getBLEMTU的数据为517的情况下,写入250个字节的数据会失败,且只有Android14系统的手机会失败?
2024-03-11同求❤❤❤❤❤❤❤❤❤❤❤❤❤
微信小商店,上架测试版的小商店服务,服务市场为什么点击服务显示服务不存在?[图片][图片]
2021-01-18我发现安卓手机会卡,ios不卡,去掉bindpause 和 bindplay bindended 也不卡了
video播放视频卡顿- 当前 Bug 的表现(可附上截图) 视频在手机客户端上面播放,几秒种后就会出现卡顿现象 - 预期表现 正常播放不卡顿 - 复现路径 <video bindtimeupdate="bindtimeupdate" id="myVideo" objectFit="contain" style='width:750rpx;height:423rpx;position:fixed;top:{{height}}px;left:0;z-index:9999999;' src="{{detail.video}}" custom-cache="{{false}}" controls show-center-play-btn="{{!show}}" poster='../../images/backfg.png' direction="{{90}}" bindplay="bindplay" bindpause="bindpause" bindended="bindended" bindfullscreenchange="bindfullscreenchange" autoplay="{{autoplay}}"> <cover-view class="controls" style="{{'position:fixed;top:{{height}}px;;left:0;width:750rpx;height:423rpx;line-height:423rpx;background:#fff;position:fixed;left:0;' + (show ? 'display: block' : 'display: none' )}}" bindtap="play"> <cover-image style='width:750rpx;height:390rpx;position:absolute;top:0;left:0;z-index:3;' src="{{detail.image}}" /> <cover-view class="play" style='width:106rpx;height:106rpx;position:relative;z-index:5;top:50%;left:50%;margin-top:-53rpx;margin-left:-53rpx;'> <cover-image class="imga" style='display:inline-block;' src="https://zxhealthoss.oss-cn-beijing.aliyuncs.com/resource/recommend/bofanx.png" /> </cover-view> </cover-view> <cover-view class="screenBtn" bindtap="screen" style="{{screenBtnShow ? 'display: block' : 'display: none'}}"> <cover-view> <cover-image src="http://static.superkangaroo.net/resource/recommend/shouzhi_icon.png"></cover-image> </cover-view> <cover-view>全屏播放</cover-view> </cover-view> </video> - 提供一个最简复现 Demo https://static2.superkangaroo.net////////uploads/2018/12/5/23075025606194087.mp4
2019-11-01