window.onload = function() { addEvent(document, "touchmove", function(e) { e.preventDefault(); }); // the rest of your onload code can go here };
General
Content
Integrations
window.onload = function() { addEvent(document, "touchmove", function(e) { e.preventDefault(); }); // the rest of your onload code can go here };