1、不能滑动,增加一句

if (scroll != null) scroll.refresh();
2、卡顿,增加

<script>window.PointerEvent = undefined</script>
04-19 16:37