前端 - angularJS如何使用iscroll4实现页面滚动效果
大家讲道理
大家讲道理 2017-05-15 16:54:56
0
2
585

使用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

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
PHPzhong

1. If there is no error in the console, it should be a style problem. I have used iscroll5,知道它要求滑动的元素需要特定的定位
你可以看看iscroll4是不是也有这方面的需求;另外,iscroll5portal

过去多啦不再A梦

https://github.com/ibspoof/ng...
Look at this demo. Can be solved perfectly

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template