Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I make an iPhone web app mimic a non-web app?

I've been considering making a quick little iPhone web app.

I started reading about and experimenting with the special meta tags and attributes documented at Apple's Web Apps Dev Center:

  • viewport
  • apple-mobile-web-app-capable
  • apple-mobile-web-app-status-bar-style
  • -webkit-border-radius
  • -webkit-border-image
  • autocorrect
  • autocapitalize
  • apple-touch-icon
  • -webkit-text-size-adjust

This got me thinking that there must be a good guide I can follow to best mimic the default style and behavior of the device's non-web applications.

I then stumbled upon the Joe Hewitt's iUI project.

It's got two demos that are pretty impressive:

  • Music Demo
  • Digg Demo

Are there alternative libraries, guides, or other resources I should use?

like image 758
Zack Peterson Avatar asked Jan 23 '23 22:01

Zack Peterson


1 Answers

After testing several UI framework for iphone web app, I think JQTouch is the best

like image 83
Samuel Avatar answered Jan 29 '23 07:01

Samuel