forked from chr1gu/Zbar-PhoneGap-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
for iPhone only
skeud/Zbar-PhoneGap-Plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
function onDeviceReady() { document.getElementById('scan') .addEventListener('click', function () { Barcode.read( function (data) { alert('Type:' + data.type + ', Value: ' + data.value); } ); }); }
About
for iPhone only
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Objective-C 69.3%
- JavaScript 18.3%
- C 12.4%