- 触控和动画
想要把一个音频播放器移植到小程序上。需要“长按”,“左滑”,“右滑”,“上滑”,“下滑”。这一块参数可能还需要改变时间节点那个参数。希望官方能提供相关的触控事件和跳转的过渡动画
2017-01-05 - 微信有触控事件吗,左右滑动翻页那种
自己写的有一些bug,另外希望跳转的时候可以设置过渡动画。
2017-01-04 - 安卓 Symbol is not defined;sdk catch error
//ES5 // for(let i=0; i<_list.length; i++){ // let item = _list[i]; // if (item.isCorrect) { // if (item.isCorrect) { // correctCount++; // } else { // errorCount++; // } // } // } //ES6 for (let item of _list) { if (item.isCorrect) { if (item.isCorrect) { correctCount++; } else { errorCount++; } } } ES编译时报错,Symbol is not defined;sdk catch error,机型oppoR7 安卓版本4.4.4 ColorOS版本2.1
2017-01-04