1 有时下拉不能滚动,解决方法:
  要保证iscroll 的高度大于外部的wrapper的高度;

  #wrapper {height:100%}

  #scroller {height:100.1%}

2 onrefresh 是在moveEnd 后执行,append HTML后,要执行 fresh(勿忘记)

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2021-12-26
  • 2021-07-09
  • 2021-11-16
  • 2021-07-09
  • 2021-12-18
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案