eraisedtoipi 10 years ago
parent
commit
d36b963681
1 changed files with 3 additions and 0 deletions
  1. 3 0
      index.html

+ 3 - 0
index.html

@@ -24,6 +24,9 @@
 window.onscroll = function () {
 window.scrollTo(0,0);
 }
+document.ontouchmove = function(event){
+    event.preventDefault();
+}
 </script>
   <link rel="stylesheet" type="text/css" href="css/style.css">
   <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">