-
Notifications
You must be signed in to change notification settings - Fork 0
PhoneGap / Cordova simple app to show NFC working. Includes iOS NFC examples.
mindflowgo/phonegap-ios-nfc-sample
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Mobile app cordova create xnfc --id "com.yourco.app" --name "XNFC" Add Platforms cordova platform add ios cordova platform add android Add Plugins: cordova plugin add phonegap-nfc Tweak config.xml file: Add to android section of config.xml (to hide the bars) <preference name="Fullscreen" value="true" /> Add to ios section of config.xml: <preference name="BackupWebStorage" value="none" /> Android will detect and print tags as soon as they approach the reader; iOS requires pressing the 'Scan' button (android does NOT). Enjoy! This tinkering helped me understand and get NFC working. Works well on iOS ;) iOS does NOT give the tag serial number which honestly sucks. Come on Apple!
About
PhoneGap / Cordova simple app to show NFC working. Includes iOS NFC examples.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published