iPhone HTML5 App Scrolling Question

前端 未结 4 1250
有刺的猬
有刺的猬 2020-12-05 16:32

I don\'t know if this is even possible or what to Google to find it, but like you can add:



        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 16:51

    @JSW189

    if you delete this line:

    document.addEventListener( 'touchstart' , stopScrolling , false );
    

    Then it should work, I guess. I got the problem that I couldn't press button's any more, i try to delete this line above and it didn't scroll any more and I could press buttons.

提交回复
热议问题