Introduction to Awesome Cordova Plugins
An introduction to Apache Cordova and Awesome Cordova Plugins.
We'll cover the following...
Apache Cordova
One of the key selling points of the Ionic framework is its integration with Apache Cordova, allowing mobile and tablet developers to take advantage of its powerful but streamlined plugin API.
Native functionality such as network detection, in-app purchases, and media capture can be accessed and used within Cordova-based apps on a plugin-by-plugin basis simply and quickly thanks to this API.
These plugins expose methods accessible through both JavaScript and TypeScript, which can ...