Skip to content

Tag: custom control

UI5 Custom Control for QR Codes

A few days ago, one of my fellow SAP Mentors was looking for a UI5 control that would display a QR codes: When I first started experimenting with custom controls, I have been experimenting with a couple of Javascript libraries, including the great QR library by Kazuhiko Arase. I believe at that time, I started experimenting with this library because it was possible to re-render the QR codes without rendering the entire DOM element, a feature that UI5 can leverage in its custom controls. As I still had this custom control lying around, I decided to polish it up and release…