Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies - HTML5, CSS3, and JavaScript for cross-platform development. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device's capabilities such as sensors, data, network status, etc.
The framework is desigened to support iOS, Android, Blackberry, WindowsPhone, PalmWebOS, Bada and Symbian and allows access different native features of the mobile device such as camera and geolocation.