我对构建我的iPad网络应用程序感兴趣,例如The GMAIL iPad网络应用程序。构建它的最佳方法是什么?什么是最好的框架? Jqtouch,webkit等
由于
答案 0 :(得分:2)
答案 1 :(得分:2)
如果您使用JQuery作为您的JS开发库,那么JQuery Mobile是最“官方”的移动框架,并且目前正在制作中,截至撰写此Beta版本正在编写中,我当然会因为JQuery的人员支持不断的开发和支持,所以要坚持下去。
答案 2 :(得分:2)
如果它只是一个Web应用程序,您可以创建一个带框架的页面。这是不可调整的,但除此之外,他们一直在为我工作。我有一个基本上是框架的网站,它在iPad上和在浏览器中看起来一样。 gmail可能是一个两帧应用程序。 例如:
<html>
<head>
<title>Sheduler</title>
</head>
<frameset rows="40,*"
marginheight="0"
frameborder="5" framespacing="5">
<frame name="top" scrolling="no" noresize target="contents" src="/cgi-bin/cgi/ngfop/other2.pl?htmlname=top2.htm&name=Students.xml">
<frameset cols="30%,*,*">
<frame name="left" target="main" src="/cgi-bin/cgi/ngfop/other2.pl?htmlname=left01frame.htm&name=blank.xml">
<frame name="middle" src="/cgi-bin/cgi/ngfop/other2.pl?htmlname=blank.htm">
<frame name="right" src="/cgi-bin/cgi/ngfop/other2.pl?htmlname=editschframe.htm&name=blank.xml">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
答案 3 :(得分:1)
答案 4 :(得分:0)
现在有很多框架。
我个人使用jquerymobile&amp;它看起来很有前景。我建议现在使用jquerymobile而不是其他人,因为他们正在发布新的&amp;常规基地的有趣功能。