3
votes
How can I write an iPhone app entirely in JavaScript without making it just a web app?
You can create an application without knowing any obj-C. The QuickConnectiPhone framework allows you to do this. Check out http://tetontech …
2
votes
Available iPhone Web Application JavaScript UI Library/Frameworks
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 …
2
votes
Minimalist cacheable jQuery/javascript library for iPhone?
You should check out QuickConnectiPhone. It may do what you want. It can be found at https://sourceforge.net/projects/quickconnect/. It also lets you write your app in JavaScript, CSS, and HTML …
0
votes
How do you get the number keypad to come up in an iPhone webApp?
You can make calls from JavaScript to Objective-C and then display what ever you want. If you want a framework to help you out you could check out QuickConnectiPhone. It is available at https://s …
0
votes
AJAX on the iPhone?
AJAX works very well. If you want a small, simple to use wrapper for AJAX you should check out https://sourceforge.net/projects/quickconnect/. It contains a wrapper called ServerAccessObject foun …
0
votes
Geolocation API on the iPhone
It is possible to get the GPS information in JavaScript on the iPhone. The QuickConnectiPhone framework exposes this for you as well as acceleration information.
To get this information …
