I am using
function BlockMove(event) {
event.preventDefault();
}
&
<body ontouchmove="BlockMove(event);">
This is making my page unscrollable, which is perfect. It stays in place. But I need the user to be able to zoom into an image on my page..
Any help would be great