javascript - Prevent window scrolling without using overflow:hidden -


i'm trying disable scrolling on page , want without using overflow:hidden because repaints whole page when disable overflow:hidden. since want disable touch devices need more disabling mouse movement , if disable touchmove i'm not able scroll horizontally or perform other movements touch. maybe using window.onscroll = function(){//some code here} ?? hint how this?


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -