ソースを参照

Added default for heightThreshold change

Troy Morehouse 10 年 前
コミット
577280495f
1 ファイル変更1 行追加0 行削除
  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,
         minWidth: 562,
         minHeight: undefined,
+        heightThreshold: 100, // just slightly larger than mobile chrome's auto-hiding toolbar
         checkOnInit: true,
         toggled: false
     });