document.addEventListener( "plusready", onPlusReady, false );
function onPlusReady() {
document.addEventListener( "plusscrollbottom", onScrollToBottom, false );
}
function onScrollToBottom() {
alert(1111);
}
dragon
- 发布:2015-04-14 17:24
- 更新:2015-06-04 12:19
- 阅读:2184
2 个回复
DCloud_App_Array
此功能没有被移除,需要注意一点是:
webview的内容必需能滚动才会触发plusscrollbottom事件,如果html中内容不足以引起页面的滚动条显示则不会触发此事件。
大逼哥
我怎么测试发现也不会触发,我是在做上拉案例的时候想监听这个事件,然后触发pulluploading函数