QRCode
Add QR codes to your Vaadin applications
QR codes were born in Japan but are becoming more and more popular around the world and you pretty much can find them everywhere on the web, in magazines, on the streets and even Android nowadays ships with a native QR code reader.
The information encoded in a QR code can be text, URL or other data and can be read by most bar code readers and mobile phones.
NOTE: Use 1.x with Vaadin 6 and 2.x with Vaadin 7.
Sample code
QRCode code = new QRCode(); code.setValue("The quick brown fox jumps over the lazy dog");
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Vaadin 8 support.
- Released
- 2016-12-22
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 8.0+
- Vaadin 6.5+ in 1.0.0
- Vaadin 6.0+ in 1.2.0
- Vaadin 7.0+ in 2.0.0
- Browser
- Firefox
- Safari
- Google Chrome
- iOS Browser
- Android Browser
- Internet Explorer
QRCode - Vaadin Add-on Directory
Add QR codes to your Vaadin applicationsOnline Demo
Issue Tracker
Source Code
QRCode version 1.1.0
- Fixes issue where image URI was wrong if using Vaadin 6.5.5 or later (due to changes made to Vaadin in #6772)
- Adds possibility to customize the colors of the generated QR code
QRCode version 1.2.0
Adds ready made data types for most commonly supported QR codes (Email addresses, phone numbers, VCard, SMS and MECARD).
QRCode version 2.0.0
First Vaadin 7 supported release.
QRCode version 2.1
Vaadin 8 support.