Browse Source

Added default for heightThreshold change

Troy Morehouse 10 years ago
parent
commit
577280495f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/extensions/mobile/bootstrap-table-mobile.js

+ 1 - 0
src/extensions/mobile/bootstrap-table-mobile.js

@@ -70,6 +70,7 @@
         mobileResponsive: false,
         mobileResponsive: false,
         minWidth: 562,
         minWidth: 562,
         minHeight: undefined,
         minHeight: undefined,
+        heightThreshold: 100, // just slightly larger than mobile chrome's auto-hiding toolbar
         checkOnInit: true,
         checkOnInit: true,
         toggled: false
         toggled: false
     });
     });