请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
enter键,不起作用?[图片][图片]
2024-04-09现在重新试试
微信小程序安卓手机canvas上touchstart、touchmove事件不触发<cover-view class="modal-select" wx:if="{{visibleShow}}" catchtouchmove="true"> <cover-view class="content-wrap" id="content"> <canvas class='myCanvas' style="width: 100%" canvas-id="myCanvas" @touchmove='move' @touchstart='start' @touchend='end' @touchcancel='cancel' @longtap='tap' disable-scroll='true' @error='error'></canvas> </cover-view> </cover-view> // 画布的触摸移动手势响应 move: (event) => { console.log('moveevent: ', {...event}); //安卓不会触发 开发工具中正常打印 this.touchs.push({ x: event.touches[0].x, y: event.touches[0].y, }); if (this.touchs.length >= 2) { this.methods.draw(this.touchs); } }, 页面路径pages/login?c=1 真机调试不通过开发工具推送的3.3.4版本前无法正常 推送前实际版本大于等于3.3.4 在开发工具中向手机推送3.3.4版本后真机和线上版本均可正常使用 切换到3.4.0也是正常使用 客户安卓手机直接扫码进入签名任然无法使用微信已更新至最新版本库为3.4.0 [图片]签名功能失效 扫码登录进行签名(可测试)
2024-04-09调用wx.onNeedPrivacyAuthorization
微信定位问题wx.getLocation 获取定位,如果手机 隐私定位权限关闭,是否会方法的fail方法吗?要怎么提示客户去开权限呢
2024-04-09请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
手机开启双WLAN模式下, wx.createUDPSocket().send()指定地发包失败?that.socketUDP = wx.createUDPSocket() that.socketUDP.bind() that.socketUDP.send({ address: 'xxx.xxx.1.255', port: 8888, setBroadcast: true, message: this.SSIDlen + '' + this.getSSID + '' + this.PWlen + '' + this.wifiPW + '' + this.devTokenlen + '' + this.devToken })
2024-04-09请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
video更新时间时错乱是为什么?<view class="video-container"> <video src="{{videoUrl}}" binderror="videoErrorCallback" initial-time="{{initialTime}}" autoplay="{{true}}" show-progress="{{false}}" enable-progress-gesture="{{false}}" bindplay = "playVideo" enable-auto-rotation ="{{true}}" loop = "true" bindended = "videoEnd" bindpause = "videoPause" play-btn-position="bottom" bindtimeupdate= "videoTime" show-play-btn="{{true}}"></video> </view> videoTime(e) { this.setData({ playTime: e.detail.currentTime, duration: e.detail.duration, initialTime: e.detail.currentTime }); console.log("play_time"+this.data.playTime); },[图片]
2024-04-09重装一下微信
微信来消息后,右下角图标不闪烁环境:Win10家庭版 22H2 微信V3.9.9.43; 问题:自从更新到最新版本后,来新消息时,有声音提醒但是屏幕右下角微信图标不闪烁。 有没有大佬答疑。
2024-04-09试试这个https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html
Nightly 1.06.2403282 报错https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html [] ENOENT: no such file or directory, open '/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/miniprogram-builder/vendor/babel_runtime.js' Error: ENOENT: no such file or directory, open '/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/miniprogram-builder/vendor/babel_runtime.js'(env: macOS,mp,1.06.2403282; lib: 3.3.5)
2024-04-09请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
在做个登陆授权页面时报错 globalThis is not defined?不管是打开官方授权的代码片段也好,还是怎么样,当点击头像或者昵称时就报这个错, globalThis is not defined,请问各位大师,这个怎么解决? [图片][图片]
2024-04-09请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
线上小程序getBackgroundAudioManager 突然提示 该内容无法播放?今天之前都是可以的,正常的赋值 title url singer 开发工具正常 [图片]
2024-04-09你调什么接口?
调试器报错500,服务器内部异常是什么原因呢?[图片]
2024-04-09