适用于跨平台移动webView的良好HTML5页面设计

时间:2015-12-27 03:25:12

标签: html5 webview

哪些HTML5标签最适合构建此移动网络应用程序,该应用程序需要在各种智能手机平台的WebView中运行,并且需要在iOS,Android,Window,...等内容中运行。 ?

标题中间的标题会发生变化,页脚上的标签和按钮数量会发生变化,中间的内容会有很多数据输入控件(文本字段,广播组,......)所以需要垂直滚动,但页眉和页脚固定。侧面导航器在初始启动时显示,可以通过滑动手势或点击左上方菜单按钮滑出。

谢谢

enter image description here

这样的东西最合适吗?



   <body>
     <section id="firstpage" data-role="page">
       <div data-role="header">
         <h1>Activity</h1>
      </div>
      <div class="ui-content">
         <p>This is the content on page 1</p>
         <!-- put some kind of a table with cells here -->
      </div>
      <div data-role="footer">
         <!-- Buttons go here -->
      </div>
   </section>
</body>
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:1)

是的,这是一个很好的代表:

CardLayout