vote up 11 vote down star
15

I'm starting a web application that will target Mobile Safari on iPhone/iPod Touch. I'm evaluating the available client-side JavaScript/CSS libraries/frameworks that are currently out there.

These are the ones I'm currenlty aware of:

Are there any others out there? I want to make sure I'm not missing any before I make a decision. I'm only looking for client-side JavaScript/CSS solutions and building one from scratch isn't an option because of time constraints. No server-side PHP, Ruby, Python, Java, etc. solutions.

I am aware of the iPhone web applications, templates, frameworks? question that was asked, but this only mentioned iUI and UiUIKit.

Thank you

flag
1  
CiUI link needs updating: code.google.com/p/ciui-dev – Karan Bhangui Aug 9 at 0:08

4 Answers

vote up 5 vote down

PhoneGap isn't exactly what you're asking about, but is something you might want to be aware of. It's a wrapper for making iPhone apps using HTML/CSS/JavaScript.

link|flag
This is very interesting and I wasn't aware of it. Thanks. – methym Oct 18 '08 at 21:32
vote up 2 vote down

QuickConnectiPhone has what you are asking for. There is a custom project type for Dashcode that allows you to quickly create your app. If you then want to run it installed on an iPhone or touch you can then drop it into Xcode and compile it up.

It includes wrappers for AJAX and the SQLite database that exists within the Safari browser on the iPhone and touch.

You can get it at

http://sourceforge.net/projects/quickconnect/

More information is available at

http://tetontech.wordpress.com

link|flag
vote up 2 vote down

My personal preference is jQTouch. It's a great framework to work with and includes both javascript and CSS assets to make web applications that really give the feel of native applications.

For accessing the lower level functionality of the native device, you can always wrap your HTML files, JS + CSS + jQTouch assets into a native app using something like phonegap, rhomobile or appcelerator, however, this does require a mac to compile and deploy the native application to the appstore.

Certainly most of the things I am looking at are just web applications, so jQTouch does the job nicely. Did a blog post combining my thoughts in my detail on my blog, link below:

iPhone and Android Web Application Frameworks

link|flag
vote up 0 vote down

I would second jQTouch. It uses native CSS animations and behaves reasonably smoothly on my iPod Touch.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.