-1

我是否需要对我的移动应用程序做任何特别的事情才能让Twitter 粘滞页脚在 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>

4

1 回答 1

3

不,但我建议在常规 css 文件之外使用 bootstrap-responsive.css 文件。

于 2013-03-15T19:25:20.320 回答