zhengcanbiao
Results
2
comments of
zhengcanbiao
i meet the same problem. the height must be setted, otherwise the scroll will always trigger refresh whenever you touch move
i add some code in the onTouchMove function to adapt when the height is not setted. ### const clientHeight = window.screen.height || document.documentElement.clientHeight; let elePageY; const { direction } =...