Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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