- scroll-view enhanced, bounces在iPhone12, ios15上无效.
https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html <scroll-view id="scrollview" style="{{ style }}" enhanced="{{true}}" bounces="{{false}}" class="{{ classes.scrollView }}" scroll-y="{{!refreshing}}" bindscroll="scrollViewScrollHandler" catchtouchmove="{{ refreshing ? 'noop' : '' }}" bindtouchstart="{{ disablePulling ? 'noop': 'onTouchStart' }}" capture-bind:touchmove="{{ disablePulling ? 'noop' : 'onTouchMove' }}" bindtouchend="{{ disablePulling ? 'noop': 'onTouchEnd' }}" > enhanced: 配置无效 bounces: iOS 下 scroll-view 边界弹性控制 (同时开启 enhanced 属性后生效) 此选项配置false在IOS 里面关闭不了, 无法禁用掉弹性功能, IOS 15, iphone 12
2021-09-25 - 开发工具night版本出现了index.js:1 Uncaught ReferenceError?
最近升级了最新版本经常出现 index.js:1 Uncaught ReferenceError: define is not defined 错误 电脑mac os big sir [图片] 请问这个是BUG么/
2021-01-30 - 小程序开发IDE 经常导致CPU100%, 内存大量占用问题, 系统风扇叫个不停?
IDE版本 1.05.2012242 MAC PRO 系统: big sir 11.1,经常一跑IDE内存占用率 [图片] 同时CPU经常100% 风扇狂转.
2021-01-02 - 小程序工具为撒这么难用?
小程序的IDE 为什么经常出现刷新不出来,要刷新各种清缓存,各种等待很多错误之后,可能过个1,2分钟重启,再次打开,就又能正常work了, 而且占用资源非常高,非常卡,刷新也非常缓慢。感觉调试一次,50%时间都要花费到 清缓存,删除项目,重新导入,重启IDE上面去了。
2020-07-02