8***@qq.com
8***@qq.com
  • 发布:2018-03-30 18:17
  • 更新:2018-03-30 18:17
  • 阅读:1085

设置滚动条

分类:MUI
mui

//监听滚动条
var scroll = mui('div#pullrefresh.mui-content.mui-scroll-wrapper').scroll();
document.getElementById('pullrefresh').addEventListener('scroll', function (e) {
mui('div#pullrefresh.mui-scroll-wrapper').scroll().reLayout();
});
var scrollPos=scroll.y;
mui('div#pullrefresh').pullRefresh().scrollTo(0, scrollPos);

mui('div#pullrefresh').scroll().scrollTo(1, scrollPos);

出现位置不准确 还有再滚动时会跳到顶部

2018-03-30 18:17 负责人:无 分享
已邀请:

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