Posts tagged “core location”.

Make your own iPhone app with HTML

November 26th, 2008

Pretty cool: an app called PhoneGap lets you turn your web site into an iPhone/iTouch app using nothing but your site’s existing HTML and JavaScript. PhoneGap is:

written in Objective-C and allows developers to embed their web app (HTML, JavaScript, CSS) in Webkit within a native iPhone app. We’re big advocates of the Open Web and want JavaScript developers to be able to get access iPhone features such as a spring board icon, background processing, push, geo location, camera, local sqlLite and accelerometers without the burden of learning Objective-C and Cocoa.

Right now, PhoneGap gives your almost-app access to the iPhone’s accelerometer and geo location services, but camera and vibration options are pending. Head to their Google Group to learn more about the project.

Seems like a neat idea to me. There are already PhoneGap success stories, where Apple has approved their App Store submittal. Is there any way to create a Newton-like shell on a web site (kind of like this blog does) and then throw it onto the iPhone with PhoneGap? One can dream.

[via Webmonkey.]