iPhone, iPod touch用HTMLアプリのサンプルページです。(以下、両機種を含めてiPhoneとします。)
UINavigationController、UITableViewControllerの動作を模してあり、行をタップすると左方向にスライドして次のページへ移動し、「戻る」ボタンでこのページに戻ります。
This page is a collection of sample applications for iPhone and iPod Touch. ("iPhone" includes "iPod touch" in the following.)
As it emulates the sliding motion of pages on iPhone (UINavigationController、UITableViewControlle in terms of Classes), it slides to the left and shows the next page by tapping the line (or clicking in case of desktop), and comes back by tapping the "back" button,
iPadでも動作しますが、iPadのサイズには未対応です。
デスクトップのSafari、Chromeでも動作を確認できますが、画面サイズ、スクロール動作に違いがあります。
IEでもエラーにはなりませんが、レイアウト崩れがあり、画面はスライドしません。
その他のブラウザでは未確認です。
It also works on iPad, but with the same layout as iPhone.
And also it works on the desktop Safari or Chrome with some differences in behavior and appearance.
I have tried to avoid errors on Internet Explorer, but it does not work well with corrupted layouts and unslidable pages.