liyatang

Results 9 issues of 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,控制台报 ![image](https://user-images.githubusercontent.com/1010130/47861958-fc722100-de2e-11e8-8c6f-6751d13bfadd.png) 猜测 react 内部对事件 passive:true 了 (但我没找到相关代码) 修复:使用原生的事件

第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' })); }); ``` ![image](https://cloud.githubusercontent.com/assets/1010130/6481335/8d60249e-c297-11e4-9258-44666e180d80.png) # 问题来了... 然后我要使用watch。 完全按照readme的使用哦。 ``` javascript gulp.task('mobile-tmod-watch',...

刚入门,望指点 ![image](https://cloud.githubusercontent.com/assets/1010130/17951733/0b8ba39a-6a97-11e6-9474-8c703e05e4bc.png)