ant*_*paw 5 events scroll web-applications ios
如何禁用我的webapp的偏移滚动?
我指的是深灰色区域 http://i.stack.imgur.com/a3Rt4.png
禁用iPhone Web应用程序中的滚动? 我已经尝试了这个,但它不能一直工作,它只有工作,然后它突然停止,我可以再次滚动.
ant*_*paw 12
document.body.addEventListener('touchmove', function(e){ e.preventDefault(); });
Run Code Online (Sandbox Code Playgroud)
工作,但要确保身体有100%的屏幕高度