All Projects → ModusCreateOrg → cordova-plugin-example

ModusCreateOrg / cordova-plugin-example

Licence: MIT license
Example Cordova plugin for iOS and Android to support blog post.

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to cordova-plugin-example

cordova-plugin-flurryanalytics
Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
Stars: ✭ 23 (+53.33%)
Mutual labels:  cordova-android, phonegap, cordova-plugin, phonegap-plugin, cordova-ios
cordova-plugin-zeep
Zip compression/decompression for the cordova/phonegap platform
Stars: ✭ 27 (+80%)
Mutual labels:  cordova-android-plugin, cordova-android, phonegap, cordova-plugin, cordova-ios
cordova-plugin-dbcopy
Copy SQLite Database from www folder to default app database location
Stars: ✭ 90 (+500%)
Mutual labels:  cordova-android-plugin, cordova-plugin, phonegap-plugin, cordova-ios-plugin
cordova-plugin-ironsource-ads
Cordova plugin for IronSource ads
Stars: ✭ 17 (+13.33%)
Mutual labels:  cordova-android, phonegap, cordova-plugin, cordova-ios
cordova-swift3-plugin-example
Swift 3 Cordova plugin example to support blog post.
Stars: ✭ 23 (+53.33%)
Mutual labels:  ios-app, phonegap, cordova-plugin, phonegap-plugin
cordova-plugin-today-widget
Add a today widget app extension target to your cordova project.
Stars: ✭ 51 (+240%)
Mutual labels:  cordova-plugin, cordova-ios, cordova-ios-plugin
cordova-plugin-downloadmanager
A Cordova plugin to download file in system's default download manager
Stars: ✭ 45 (+200%)
Mutual labels:  phonegap, cordova-plugin, phonegap-plugin
cordova-plugin-webpack
Integrate webpack into your Cordova workflow.
Stars: ✭ 61 (+306.67%)
Mutual labels:  cordova-android, cordova-plugin, cordova-ios
cordova-gmv-barcode-scanner
A Cordova barcode scanning plugin based on the Google Mobile Vision library for iOS & Android.
Stars: ✭ 48 (+220%)
Mutual labels:  cordova-android, cordova-plugin, cordova-ios
Cordova Plugin Local Notifications
Cordova Local-Notification Plugin
Stars: ✭ 2,525 (+16733.33%)
Mutual labels:  cordova-android-plugin, cordova-plugin, cordova-ios-plugin
Cordova Admob Pro
🔥 Cordova Plugin for Google AdMob, DFP, ADX. Easy monetization using mobile Ad, with single line of JavaScript. Compatible with Cordova CLI, Inoic, PhoneGap Build, etc.
Stars: ✭ 690 (+4500%)
Mutual labels:  phonegap, cordova-plugin
cordova-plugin-android-window-background
Simple Cordova plugin to set Android window background on start-up 🎨 🍭
Stars: ✭ 15 (+0%)
Mutual labels:  cordova-android, cordova-plugin
Cordova Plugin Linkedin
Cordova plugin for LinkedIn
Stars: ✭ 17 (+13.33%)
Mutual labels:  phonegap, cordova-plugin
Blinkid Cordova
ID scanning for cross-platform apps built with Cordova and Phonegap.
Stars: ✭ 44 (+193.33%)
Mutual labels:  phonegap, cordova-plugin
Starioplugin
Star Micronics printer phonegap/cordova plugin
Stars: ✭ 20 (+33.33%)
Mutual labels:  phonegap, cordova-plugin
ionic-native-sms-retriever-plugin-master
Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
Stars: ✭ 16 (+6.67%)
Mutual labels:  cordova-plugin, phonegap-plugin
cordova-plugin-gctouch-id
Touch ID Plugin (Cordova) for iOS
Stars: ✭ 20 (+33.33%)
Mutual labels:  cordova-plugin, cordova-ios-plugin
skwas-cordova-plugin-datetimepicker
Cordova Plugin for showing a native date, time or datetime picker.
Stars: ✭ 37 (+146.67%)
Mutual labels:  cordova-plugin, phonegap-plugin
Create-a-custom-Cordova-plugin
How to create a custom cordova plugin and bridge it between your native code and a new or existing Cordova project
Stars: ✭ 32 (+113.33%)
Mutual labels:  cordova-android, cordova-plugin
JiaCordova
在Cordova及插件的基础上封装一些常用的功能,不断更新中
Stars: ✭ 35 (+133.33%)
Mutual labels:  cordova-plugin, cordova-ios

No longer maintained

[DEPRECATED] This repository is no longer maintained

While this project is fully functional, the dependencies are no longer up to date. You are still welcome to explore, learn, and use the code provided here.

Modus is dedicated to supporting the community with innovative ideas, best-practice patterns, and inspiring open source solutions. Check out the latest Modus Labs projects.

Modus Labs


Cordova Plugin Example

Example Cordova plugin for iOS and Android to support this blog post.

A simple Cordova plugin based on the echo plugin example from the Cordova documentation.

  • echo method: Extends that example to display a native Toast on Android, and a native dialog like view on iOS.
  • echojs method: Basic demo showing that plugins can also be used to organize and distribute useful JavaScript, and don't need native implementations necessarily.

iOS doesn't have a Toast type UI component, hat tip to this Stack Overflow thread for providing a simplistic alternative that doesn't introduce any extra dependencies and allows us to demonstrate a native interface without having to get lost in implementing something complex.

Now also supports the browser platform as detailed in this blog post.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].