Google News
logo
PhoneGap - Interview Questions
How does PhoneGap achieve native device access?
PhoneGap, now known as Apache Cordova, achieves native device access by providing JavaScript APIs that act as a bridge between the web application running in the WebView and the native device capabilities.

This allows developers to access various native features and functionalities of the device using familiar web technologies such as HTML, CSS, and JavaScript.

Here's how PhoneGap achieves native device access :

* Plugin Architecture
* Built-in APIs
* Community Plugins
* JavaScript Interface
* Platform-specific Implementations
* Unified JavaScript API
Advertisement