Skip to content

scanline/cordova-plugin-demos

 
 

Repository files navigation

GitHub code size in bytes GitHub top language GitHub GitHub last commit

Apache Cordova plugin demos

Source code for the www and res folders of some plugin demo apps by Andrés Zsögön. Refer to the individual page for each demo app for usage reference and compiled APK downloads.

⚠️ To shorten the source code, all demos implement jQuery 3.6.0 which is included in the js folder.

Building demo apps

To build and test a demo app, create a new Cordova project and add the www and res folders provided. The included config.xml can be ignored, since it does not provide critical information apart from the drawer icons, app name, version and the minSdkVersion number.

❗ Remember to add the relevant plugin from npm or GitHub into your app.

Contributing

ℹ️ To keep apps simple, certain demos do not include all of the plugin's functions. To add missing features or fix errors, kindly sent a PR and it will be merged asap.

Demo apps included

com.andreszs.biometric.auth.demo

Sample app for my cordova-plugin-biometric-auth Cordova plugin, which allows to authenticate users with biometrics or fallback PIN, pattern or password.

Plugin platforms: android, browser (filler platform)

com.andreszs.btprinter.demo

Sample app for the cordova-plugin-btprinter Cordova plugin, which allows to print text, images, barcodes and QR codes to any bluetooth-paired printer.

Plugin platforms: android.

com.andreszs.camera.preview.demo

Sample app for the cordova-plugin-camera-preview Cordova plugin, which allows direct camera interaction from Javascript and HTML.

Plugin platforms: android, ios.

com.andreszs.fingerprint.demo

Sample app for the cordova-plugin-fingerprint-aio Cordova plugin, which allows to use biometric validation in Android using the deprecated Fingerprint Manager API.

Plugin platforms: android, ios.

com.andreszs.gcs.demo

Sample app for my cordova-plugin-google-code-scanner Cordova plugin, which allows scanning of codes without requesting camera permissions using the new Google Play Services barcode API.

Plugin platforms: android, browser (filler platform with manual code input).

com.andreszs.inappupdate.demo

Sample app for my cordova-plugin-in-app-updates Cordova plugin, which allows to check for and install updates from Play Store using the native in-app updates library.

Plugin platforms: android, browser (filler platform).

com.andreszs.smsreceive.demo

Sample app for my cordova-plugin-sms-receive Cordova plugin, which allows to receive and read SMS messages using the Telephony API provided by Android.

Plugin platforms: android.

com.andreszs.smsretriever.demo

Sample app for my cordova-plugin-sms-retriever Cordova plugin, which allows to receive and read SMS messages using the SMS Verification APIs provided by Android.

Plugin platforms: android.

com.andreszs.spinner.demo

Sample app for the the cordova-plugin-native-spinner, which allows to show a platform's native spinner and/or message for preventing user interaction during blocking operations.

Plugin platforms: android, browser, ios, windows, wp.

About

Demo apps for different cordova plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.9%
  • HTML 43.1%
  • CSS 13.0%