liyatang
liyatang
你好,提了个PR https://github.com/adcentury/react-mobile-picker/pull/26 背景:react onTouchMove 里不能 event.preventDefault(),原因 https://www.chromestatus.com/features/5093566007214080 ,event.preventDefault() 不起作用,导致 页面其他地方也跟着 move,体验不好 可以运行demo,控制台报  猜测 react 内部对事件 passive:true 了 (但我没找到相关代码) 修复:使用原生的事件
rt
第4章 模块演绎与Require.js Page 43
> Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice. ## Checklist - [x] Title as described. - [x] Make sure you...
你好,使用 gulp-tmod 中遇到了点问题,求指导。 # 我这样用是ok的 ``` javascript gulp.task('mobile-tmod', function () { return gulp.src(['./mobile/tpl/*.html', './mobile/tpl/**/*.html']). pipe(tmodjs({ base: './mobile/tpl', output: './mobile/tpl/build' })); }); ```  # 问题来了... 然后我要使用watch。 完全按照readme的使用哦。 ``` javascript gulp.task('mobile-tmod-watch',...
刚入门,望指点 
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 2个问题: - 1 handleFinish 存在执行上下文问题!存在闭包问题? - 2 onFinish return true,没有关闭弹窗! ### 📷 复现步骤 复现路径 - 点击 record0,然后点击 record1,然后再点击 record0 - 此时问题出来了:控制台打印“handleFinish 1”合理的是 “handleFinish 0”...