Skip to content

quikkly/cordova-plugin-quikkly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cordova plugin for the Quikkly IOS and Android SDK's. The main purpose of this is to underpin an Ionic plugin. This allows Ionic developers launch the Quikkly scanner from their app.

Installation

To add this to your ionic app use the following

ionic cordova add cordova-plugin-quikkly

We also recommend the ionic-quikkly-plugin wrapper.


Alternatively to add to your cordova app use the following

cordova add cordova-plugin-quikkly

Updates

Please read RELEASENOTES.md for details

Usage

openScanner

This will launch the native scanner, an array of tag indentifiers scanned by the user is returned

    cordova.plugins.quikkly.openScanner();