Ну, если это просто веб-приложение, вы можете создать страницу с фреймами. Они не регулируемые, но кроме того, что они работают одинаково для меня. У меня есть веб-сайт, который в основном фреймовый, и на 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>