dragon
dragon
  • 发布:2015-04-14 17:24
  • 更新:2015-06-04 12:19
  • 阅读:2184

请问plusscrollbottom事件被移除了吗?

分类:HTML5+

document.addEventListener( "plusready", onPlusReady, false );
function onPlusReady() {
document.addEventListener( "plusscrollbottom", onScrollToBottom, false );
}
function onScrollToBottom() {
alert(1111);
}

2015-04-14 17:24 负责人:无 分享
已邀请:
DCloud_App_Array

DCloud_App_Array

此功能没有被移除,需要注意一点是:
webview的内容必需能滚动才会触发plusscrollbottom事件,如果html中内容不足以引起页面的滚动条显示则不会触发此事件。

大逼哥

大逼哥

我怎么测试发现也不会触发,我是在做上拉案例的时候想监听这个事件,然后触发pulluploading函数

该问题目前已经被锁定, 无法添加新回复