Skip to content

don/phonegap-nfc-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoneGap NFC Reader Demo

Simple web app that reads an NDEF Message from a NFC tag.

The application will read NDEF tags when running.

The android will open the application when a tag with a Mime Media Record of type "text/pg" is scanned

Supported Platforms

See master branch for additional platforms

Android

Requires

  • Android Phone with NFC
  • Android SDK
  • Cordova CLI
  • PhoneGap 3.0 (included in project)
  • Device plugin (included in project)
  • phonegap-nfc plugin (included in project)

Cordova CLI >= 3.0

Requires nodejs.

$ npm install cordova -g

Running

$ cordova run

PhoneGap NFC

See phonegap-nfc for more info