iPhone上的Twitter Bootstrap Sticky Footer?

时间:2013-03-15 19:20:31

标签: html ios twitter-bootstrap

我是否需要对我的移动应用做一些特殊操作才能让Twitter Sticky Footer在iPhone上工作?

HTML:

                         生日提醒                     

<div class="container">
  <p>Please use the tabs below to add a birthday reminder!</p>
      <div id="footer">
    <p>footer</p>
</div><!-- /footer -->
</div> <!-- /container -->
    <script type="text/javascript" src="js/cordova-2.5.0.js"></script>
    <script type="text/javascript">
        app.initialize();
    </script>
</body>

1 个答案:

答案 0 :(得分:3)

没有。但我建议除常规css文件外还使用bootstrap-responsive.css文件。