We have an aspx page that we can view on a mobile device and would like to scan a barcode to grab a vehicle VIN number. Is that possible?
The tutorial on Implementing QRCoder in ASP.NET Core using C# will guide you further in your quest.
Hi dlchase,
dlchase We have an aspx page that we can view on a mobile device and would like to scan a barcode to grab a vehicle VIN number. Is that possible?
If you want to scan a barcode from a mobile device, this means that the browser of your mobile should allow access to your device's camera.
You could read from the article: https://www.wiliam.com.au/wiliam-blog/web-development-html5-allowing-the-browser-on-your-phone-to-access-the-phone-camera
One thing that mobile websites have been unable to achieve – is access the hardware and storage of our phones.
Best Regards,
Jenifer
Not a MVC project.
Hello dlchase,
Refer the below links, i hope that will help you
1) https://www.c-sharpcorner.com/UploadFile/krishnasarala/barcode-scanner-in-C-Sharp/
2 ) https://www.codeproject.com/Questions/898255/How-to-read-a-barcode-using-a-barcode-scanner
3) https://code.msdn.microsoft.com/NET-Barcode-Scanner-11af5ca4
4) https://stackoverflow.com/questions/17738395/barcode-scanner-for-mobile-phone-for-website-in-form
Thank You.