- I want to create a website that will be access by handheld devices.
- I also want my website to have the ability to a scan barcode(QR Code) and display it on a textbox.
My website is create on C#.
Is this possible?
My website is create on C#.
Is this possible?
You can use the C# QrCode.Net library. This library can even be used on Windows Phone. In iOS applications, QR code scanning is built-in from version 7 and upwards: http://www.ama-dev.com/iphone-qr-code-library-ios-7/. On Android there is the zxing library.