替换IScroll

IScroll需要关注的问题太多,甚至有些企业微信电脑端无法滑动,痛苦的使用两年,今天终于决定把他换了,首先技术选型

1、MeScroll

http://www.mescroll.com/

2、BetterScroll

https://github.com/ustbhuangyi/better-scroll

首先使用Mescroll,官网做的不错,但是在Jquery方式下,直接替换不太成功,感觉和Iscroll差别较大,改使用BetterScroll

3、固定列表用法示例

<script src="https://unpkg.com/@better-scroll/core@latest/dist/core.min.js"></script>
let wrapper = document.getElementById("wrapper")
let bs = new BScroll(wrapper, {})
<div class="wrapper">
  <ul class="content">
    <li>...</li>
    <li>...</li>
    ...
  </ul>
  <!-- you can put some other DOMs here, it won't affect the scrolling
</div> 

4、效果还不错,观察客户电脑手机情况中。 

  

上一篇:Andriod- 解决一直Gradle Build Running的问题


下一篇:python学习笔记-02