diff --git a/web/org.openbravo.mobile.core/assets/css/ob-standard.css b/web/org.openbravo.mobile.core/assets/css/ob-standard.css
--- a/web/org.openbravo.mobile.core/assets/css/ob-standard.css
+++ b/web/org.openbravo.mobile.core/assets/css/ob-standard.css
@@ -13,6 +13,7 @@
   line-height: 18px;
   font-family: "Segoe UI", "Lucida Sans", Helvetica, Arial, sans-serif;
   font-size: 16px;
+  touch-action: none;
 }
 
 input, button, select, textarea {
@@ -374,61 +375,73 @@
 .span1 {
   float: left;
   width: 8.33%;
+  touch-action: none;
 }
 
 .span2 {
   float: left;
   width: 16.66%;
+  touch-action: none;
 }
 
 .span3 {
   float: left;
   width: 25%;
+  touch-action: none;
 }
 
 .span4 {
   float: left;
   width: 33.33%;
+  touch-action: none;
 }
 
 .span5 {
   float: left;
   width: 41.66%;
+  touch-action: none;
 }
 
 .span6 {
   float: left;
   width: 50%;
+  touch-action: none;
 }
 
 .span7 {
   float: left;
   width: 58.33%;
+  touch-action: none;
 }
 
 .span8 {
   float: left;
   width: 66.66%;
+  touch-action: none;
 }
 
 .span9 {
   float: left;
   width: 75%;
+  touch-action: none;
 }
 
 .span10 {
   float: left;
   width: 83.33%;
+  touch-action: none;
 }
 
 .span11 {
   float: left;
   width: 91.66%;
+  touch-action: none;
 }
 
 .span12 {
   float: left;
   width: 100%;
+  touch-action: none;
 }
 
 .btnlink-toolbar:after {
