Available iPhone Web Application JavaScript UI Library/Frameworks - Stack Overflow most recent 30 from stackoverflow.com 2009-11-08T23:25:00Z http://stackoverflow.com/feeds/question/215390 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/215390/available-iphone-web-application-javascript-ui-library-frameworks 11 Available iPhone Web Application JavaScript UI Library/Frameworks methym 2008-10-18T18:31:55Z 2009-09-25T08:42:30Z <p>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.</p> <p>These are the ones I'm currenlty aware of:</p> <ul> <li><a href="http://code.google.com/p/iui/" rel="nofollow" title="iUI">iUI</a></li> <li><a href="http://clientside.cnet.com/cnet-js-standards/ciui-cnet-iphone-ui/" rel="nofollow">CiUI</a></li> <li><a href="http://code.google.com/p/iphone-universal/" rel="nofollow">UiUIKit</a></li> <li><a href="http://webapp.net.free.fr/" rel="nofollow">WebApp.Net</a></li> <li><a href="http://www.iwebkit.net" rel="nofollow">iWebKit</a></li> <li><a href="http://developer.apple.com/documentation/AppleApplications/Conceptual/Dashcode_UserGuide/Contents/Resources/en.lproj/Introduction/chapter_1_section_1.html" rel="nofollow">Apple's Dashcode Application</a> - not really a standalone library/framework, but it provides/generates JavaScript, CSS, and images that conform to the native iPhone UI metaphors.</li> </ul> <p>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.</p> <p>I am aware of the <a href="http://stackoverflow.com/questions/8756/iphone-web-applications-templates-frameworks">iPhone web applications, templates, frameworks?</a> question that was asked, but this only mentioned iUI and UiUIKit.</p> <p>Thank you</p> http://stackoverflow.com/questions/215390/available-iphone-web-application-javascript-ui-library-frameworks/215512#215512 5 Answer by Andrew Hedges for Available iPhone Web Application JavaScript UI Library/Frameworks Andrew Hedges 2008-10-18T20:02:56Z 2008-10-18T20:02:56Z <p><a href="http://phonegap.com/" rel="nofollow">PhoneGap</a> 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.</p> http://stackoverflow.com/questions/215390/available-iphone-web-application-javascript-ui-library-frameworks/232515#232515 2 Answer by Lee for Available iPhone Web Application JavaScript UI Library/Frameworks Lee 2008-10-24T05:05:50Z 2008-10-24T05:05:50Z <p>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.</p> <p>It includes wrappers for AJAX and the SQLite database that exists within the Safari browser on the iPhone and touch.</p> <p>You can get it at</p> <p><a href="http://sourceforge.net/projects/quickconnect/" rel="nofollow">http://sourceforge.net/projects/quickconnect/</a></p> <p>More information is available at </p> <p><a href="http://tetontech.wordpress.com" rel="nofollow">http://tetontech.wordpress.com</a></p> http://stackoverflow.com/questions/215390/available-iphone-web-application-javascript-ui-library-frameworks/1475051#1475051 2 Answer by Damon Oehlman for Available iPhone Web Application JavaScript UI Library/Frameworks Damon Oehlman 2009-09-25T01:50:39Z 2009-09-25T01:50:39Z <p>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.</p> <p>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. </p> <p>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:</p> <p><a href="http://distractable.net/coding/iphone-android-web-application-frameworks/" rel="nofollow">iPhone and Android Web Application Frameworks</a></p> http://stackoverflow.com/questions/215390/available-iphone-web-application-javascript-ui-library-frameworks/1476139#1476139 0 Answer by Steve for Available iPhone Web Application JavaScript UI Library/Frameworks Steve 2009-09-25T08:42:30Z 2009-09-25T08:42:30Z <p>I would second <a href="http://www.jqtouch.com/" rel="nofollow">jQTouch</a>. It uses native CSS animations and behaves reasonably smoothly on my iPod Touch.</p>