嗯。我也有。
editor Demo点击输入区域总是报警告:Do not have hand- 需求的场景描述(希望解决的问题) editor组件给出的Demo中,点击输入区域,总是报如下警告: [图片] 排查了在wxml中的editor组件中定义的方法在js中都有写,editor也配置在app.json中了。 请问这个怎么解决?
2019-05-28然而时隔一年了,还是没优化。一样抖
微信小程序input里 placeholder的字闪烁 怎么解决input获取焦点时出现如下问题: 1、placeholer闪动 2、很容易获取焦点然后又失去焦点 textarea字位置异常,placeholder设置的字一个文字,输入时的字一个位置,输入后失去焦点里面的字又是一个位置
2019-04-03我也觉得很奇怪,明明可以直接在function()里直接传参,为啥要用data来获取节点参数,小程序开发者是智障吗?非常坑爹的作法。
bindtap中绑定函数不能传参吗?相比Vuejs,用微信小程序的框架不能在绑定的处理函数中传参,这样岂不是很不方便?要写很多重复代码,代码难以重用
2018-12-14工具里Sensors有个touch改成Force enabled就可以滑了,base的不行。
swiper.js在公众号网页无法滑动能自动滑动 ,不能手动滑动 为什么 能点击
2018-11-16工具里Sensors里有个touch改成Force enabled就可以滑了,base的不行。
同事的很旧版本微信开发者工具打开swiper插件可以滑动,我的新版开发者工具不行新版开发者工具打开使用swiper插件的h5页面,发现滑动不了,请问要怎么解决,直接去换成旧版本吗?还是有别的方法 代码: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.2/css/swiper.min.css"> <style> *{ margin:0; padding:0; } html,body{ height:100%; } body{ font-family:"microsoft yahei"; } ul{ list-style: none; } .swiper-container { width: 100%; height: 100%; background:#fff; } .swiper-slide{ width:100%; height:100%; background: #fff; } </style> </head> <body> <div class="swiper-container" id="swiperContainer"> <div class="swiper-wrapper"> <!-------------slide1-----------------> <section class="swiper-slide" style="background:pink;"> 1 </section> <!---------------slide2--------------> <section class="swiper-slide" style="background:yellow;"> 2 </section> <!----------------slide3--------------> <section class="swiper-slide"> 3 </section> <!-------------slide4-----------------> <section class="swiper-slide"> 4 </section> <!-------------slide5-----------------> <section class="swiper-slide"> 5 </section> <!-------------slide6-----------------> <section class="swiper-slide"> 6 </section> </div> </div> <script src="js/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.2/js/swiper.min.js"></script> <!--<script src="js/swiper.min.js"></script>--> <script> var mySwiper = new Swiper ('.swiper-container', { direction : 'vertical', on: { //滑动到最后一个slide触发 reachEnd: function(){ console.log('到了最后一个slide'); }, //判断滑动到了哪一页 slideChangeTransitionEnd: function(){ console.log(this.activeIndex); if(this.activeIndex == 6){ $('#array').css('display','none'); }else{ $('#array').css('display','block'); } } } }) </script> </body> </html>
2018-11-16[图片] 工具里Sensors这个touch改成Force enabled就可以滑了,base的不行。
关于微信开发者工具和微信web开发者工具的使用差异用swiper.js(4.x版本)写了滑块,在微信开发者工具上测试非常卡,基本不能滑动,本来我以为是自己写的source有bug,但是我之后卸载工具重新安装微信web开发者工具之后就显示正常了,滑动一点也不卡(source没变)。 这是为什么???是我代码真的有问题,还是工具有bug? 以及,如果我要调试公众号应该拿哪个工具调试啊? 想用开发者工具,但是有bug;想用web开发者工具但是看日志已经很久没更新,而且能调试的手机型号还没法选_(´ཀ`」∠)_ ps:现在小程序是真火,亲儿子没错了o(╥﹏╥)o
2018-11-16[图片] 工具里Sensors这个touch改成Force enabled就可以滑了,base的不行。
新版微信开发者工具网页无法运行 swiper.js- 当前 Bug 的表现(可附上截图) 不可滑动,可点击 - 预期表现 可滑动,可点击 - 复现路径 - 提供一个最简复现 Demo var swiper3 = new Swiper("#swiper-newsList", { observer: true, observeParents: true, preventInteractionOnTransition: true, autoHeight: true, }); var swiper2 = new Swiper('#swiper-tags', { loop: true, loopAdditionalSlides: 1, slidesPerView: 'auto', observer: true, observeParents: true, preventInteractionOnTransition: true, onClick: function (swiper) { swiper3.slideTo(swiper.clickedIndex, 300, false); $('#news_nav_' + swiper.clickedIndex + '').addClass('active').siblings().removeClass('active'); var ss = swiper.slides[swiper.clickedIndex].id; that.currentTag.set(ss); } }); swiper3.params.onSlideChangeStart = function (swiper) { swiper2.slideTo(swiper.activeIndex, 300, false); $('#news_nav_' + swiper.activeIndex + '').addClass('active').siblings().removeClass('active'); var ss = swiper.slides[swiper.activeIndex].id; that.currentTag.set(ss); }
2018-11-16直接用open-data组件直接获取用户信息,不用弹,这样体验更好
getUserInfo 不弹出授权正式版 wx.getUserInfo 在页面加载完成没有自动弹出授权, 想问现在wx.getUserInfo还会不会自动弹出授权,还是要使用button才行
2018-07-02