- navigateTo页面跳转后,在当前页面及跳转页面不停闪烁,看到的大神进
问题描述: 安卓手机小米4(微信6.7.3)、小米3(安卓4.4.4,微信6.7.3)、OPPO R7S(安卓4.4.4,微信6.7.3)进入首页后点击进入商品详情页或者其他页面,开始闪屏。ios没有收到过反馈,安卓手机较多。 打开很多小程序都闪,但是有的不闪。 闪烁效果如下:(第一个图是oppo r7s,第二个图是小米4,第三个图是小米3) [图片] [图片] [图片] 小程序码: [图片] 类似问题帖子: https://developers.weixin.qq.com/community/develop/doc/0006889d4484404835870a46c5b000 https://developers.weixin.qq.com/community/develop/doc/0008ca79e8c7f8a3c57738eaf5b80 https://developers.weixin.qq.com/community/develop/doc/000c8c6a6c84a8e8668728b3956400 原来发过类似的帖子,但是没有搜集到现象视频,这次收集了几个,尽量将细节写的详细一点,希望官方能看看是什么原因导致的,能给出个具体的原因也行,不至于客户问我们的时候,是如何导致的也不知道。期待回复。 再收到反馈,我会持续更新进来.....
2018-11-28 - 在scroll-view组件中使用textarea
需求:scroll-view组件中,包含textarea组件 bug:滚动页面时,placeholder固定不动
2018-11-01 - textarea不是一般的垃圾,简直就是发际线后移的罪魁祸首
- 当前 Bug 的表现(可附上截图)[图片] [图片] 输入内容乱飘,也是醉了。 - 预期表现 - 复现路径 - 提供一个最简复现 Demo <swiper class='swiper' current="{{currentTab}}" duration="300" bindchange="swiperTab" circular="true"> <swiper-item class='creatNewCollection' > <view class='title'> <text>设置收集祝福条件</text> </view> <scroll-view scroll-y='true' class='scrollView'> <view class='setReceiveInfoHint'> <text class='hint'>接收者信息</text> </view> <view class='receiverInfo'> <view class='setHeadPic' hidden='{{receiverHeadPic}}' bindtap='showChooseHeadPicModal'> <text class='hint'>选择头像</text> </view> <image class='receiverHeadPic' src='{{receiverHeadPic}}' mode='aspectFill' hidden='{{!receiverHeadPic}}'></image> <view class='nickNameView'> <text class='hint' style='margin-bottom:20rpx;'>昵称</text> <input class='inputReceiverNickName' maxlength='10' ></input> </view> </view> <modal class='chooseHeadPicModal' no-cancel='true' confirm-text="取消" bindconfirm='hideChooseHeadPicModal' hidden='{{!showChooseHeadPicModal}}' title='选择接收者头像'> <view class='chooseHeadPicHint'> <text>默认头像</text> </view> <view class='defaultReceiverHeadPicView'> <image class='defaultReceiverHeadPic' mode='aspectFill' src='{{item}}' data-index='index' wx:for='{{defaultReceiverHeadPicList}}' wx:for-index="index" wx:key='index'> </image> </view> <button class='chooseHeadPicButton' type='primary' plain='true' style='margin-top:10rpx;'>从相册选择</button> </modal> <view class='senderBlessingInput'> <text class='hint'>收集原因</text> <textarea class='input' maxlength='140' hidden='{{showChooseHeadPicModal}}' show-confirm-bar='' auto-height='true'></textarea> </view> <view class='senderBlessingInput'> <text class='hint'>我的祝福</text> <textarea class='input' maxlength='140' hidden='{{showChooseHeadPicModal}}' show-confirm-bar='' auto-height='true'></textarea> </view> </scroll-view> </swiper-item>
2018-10-05 - 使用swiper组件设置了固定的高度显示不全问题
使用swiper组件实现菜单栏的左右滑动,设置了一个高度,为什么超出这个高度的内容不会显示
2018-11-17