个人案例
房价快查
方便快捷的房价查询工具
房价快查扫码体验
map上覆盖一层view可以解决
map组件在安卓机上,手指触碰滑动地图部分,不能实现页面的上下滑动- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo map组件在安卓机上,手指触碰滑动地图部分,不能实现页面的上下滑动,有没有什么解决的办法,求解答啊
06-24map上覆盖一层view
map组件在安卓机上,手指触碰滑动地图部分,页面不能上下滑动,但是IOS可以。https://developers.weixin.qq.com/miniprogram/dev/component/map.html 设置了 enable-scroll=false 禁用拖动也是不行。 代码如下: <map class="map" bindmarkertap="openLocation" bindcallouttap="openLocation" bindtap="openLocation" markers="{{calloutMarkers}}" latitude="{{calloutMarkers[0].latitude}}" longitude="{{calloutMarkers[0].longitude}}" scale="14.9" enable-zoom="{{false}}" enable-scroll="{{false}}"></map>
06-24最近很多这种问题,微信又当缩头乌龟了,不解决。
微信跳转网页显示非微信官方网站,已经7次了,到底什么问题麻烦能明确一下吗?公众号名称是 橙子合约 如果说是我公众号业务网站内容不合规就麻烦明确指出来说明一下我好改了, 但是现在官网我放上去,也显示非微信官方网站是什么情况啊?能明确说明下吗 我配置上公司官网地址,也显示非微信官方网站 https://www.jinchengzi.online/ [图片] 跳转网页的地址是 https://app.jinchengzi.online/dist [图片] 我的域名已经icp备案通过了 [图片] 公众号后台也配置了域名了,并且服务器上传了相关文件可以访问 [图片] [图片] [图片] 之前发过几次贴,然后给解决了,但是过了几天又自己出来了,麻烦能看下是什么原因彻底解决下吗? https://developers.weixin.qq.com/community/develop/doc/000e0e06c7c678f66ab2abf7666400 [图片] https://developers.weixin.qq.com/community/develop/doc/000e0c41c507e811d4b26f86b64c00 [图片] 能不能彻底解决下,或者留个在线联系方式 能明确指出一下是什么问题造成的吗,别只回复一个,已解决 解决完没几天又出来了,让我们怎么办啊
04-08同样报了"not-allowed"的错误码!!!
webView使用SpeechRecognition报错service-not-allowed?webView想使用SpeechRecognition这个api来识别语音,语音的授权已经获取,然后调用SpeechRecognition识别报错service-not-allowed,这是什么问题?
2024-12-03真够垃圾的
请教问题does not have a method ..to .. event tap解决办法?wxml代码[图片] jS代码 [图片] 不管使用还是不使用method都会提示"pages/resource/resource" does not have a method "changeColor" to handle event "tap"。 请大家帮帮忙
2023-09-12验证的目的是什么
手机号快速验证组件将需要付费使用问题https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html 文档上提示2023年8月26日起,手机号验证组件需收费 1、这个收费是仅针对于新版(通过code去微信后台换取手机号)还是会覆盖到老版(通过加密数据encryptedData本地解析手机号) 2、之前使用老版本获取手机号,如果不升级到新版,会存在什么问题
2023-06-30验证的目的是什么?
手机号快速验证组件是什么?小程序还未上线,但是收到手机号快速验证组件收费通知,这个组件有什么用吗? [图片]
2023-06-30都2023了,还没支持呢?
wx.createOffscreenCanvas真机调试报错调用wx.createOffscreenCanvas(),在开发工具中编译通过,且能正常运行,但是在真机调试时总是报错,错误信息如下: [publib]:1 appServiceSDKScriptError Pr.default.OffscreenCanvas is not a constructor; at wx.createOffscreenCanvas TypeError: Pr.default.OffscreenCanvas is not a constructor at [publib]:1:427374 at Object.eo ([publib]:1:427410) at Object.<anonymous> ([publib]:1:247770) at Function.<anonymous> ([publib]:1:799299) at Object.<anonymous> ([publib]:1:234003) at test1 (weapp:///pages/heatmap/index.js:115:23) at H.onReady (weapp:///pages/heatmap/index.js:40:17) at H.<anonymous> ([publib]:1:1030813) at H.p.__callPageLifeTime__ ([publib]:1:1030572) at [publib]:1:1050566
2023-03-01现在很多bug
使用VKSession摄像头人脸检测无法获得回调?微信8.0.32 IOS 基础库2.30.1 代码使用的是文档中的示例代码: const session = wx.createVKSession({ track: { face: { mode: 1 } // mode: 1 - 使用摄像头;2 - 手动传入图像 }, }) // 摄像头实时检测模式下,监测到人脸时,updateAnchors 事件会连续触发 (每帧触发一次) session.on('updateAnchors', anchors => { anchors.forEach(anchor => { console.log('anchor.points', anchor.points) console.log('anchor.origin', anchor.origin) console.log('anchor.size', anchor.size) console.log('anchor.angle', anchor.angle) }) }) // 当人脸从相机中离开时,会触发 removeAnchors 事件 session.on('removeAnchors', () => { console.log('removeAnchors') }) // 需要调用一次 start 以启动 session.start(errno => { if (errno) { // 如果失败,将返回 errno } else { // 否则,返回null,表示成功 } })
2023-03-01遇到了同样的问题
真机调试wx.createOffscreenCanvas()返回nullhttps://developers.weixin.qq.com/miniprogram/dev/api/canvas/wx.createOffscreenCanvas.html 点击ide真机调试,wx.createOffscreenCanvas()返回null,请问离屏canvas什么时候支持真机调试?
2023-02-28