使用yeoman创建的项目,然后bower下载的iscroll4,直接用原生js调用的
var myScroll;
function loaded(){
myScroll = new iScroll('wrapper');
}
document.addEventListener('touchmove', function(e){
e.preventDefault();
}, false);
document.addEventListener('DOMContentLoaded', function(){
setTimeout(loaded, 200);
}, false);
但是并没有效果。。。
初学angularJS的小白,辅导我的老师现在又很忙。所以向各位大大请教使用方法。
控制台报错:Uncaught ReferenceError: IScroll is not defined
1. If there is no error in the console, it should be a style problem. I have used
iscroll5
,知道它要求滑动的元素需要特定的定位
。你可以看看
iscroll4
是不是也有这方面的需求;另外,iscroll5
portalhttps://github.com/ibspoof/ng...
Look at this demo. Can be solved perfectly