If you use meta tags to fix scaling ( <meta name="viewport" content="user-scalable=no" />
), then you can probably use javascript to fix the scroll position, but in general I suspect this will not look very good.
Can you tell us a little more about what effect you are looking for? for example, if you are trying to use the scroll position to control visible content, you might be better off using javascript to dynamically select which elements will be visible instead - for example. using jquery to show / hide content.
source
share