threema-web
threema-web copied to clipboard
Resize QR Canvas to Fit
Expected Behavior
The QR code shown on the start page and in the user profile should be scaled to fit the window.
Possible Solution
https://stackoverflow.com/a/19400379/284318
I doubt the Stackoverflow solution works. Just setting canvas.style
won't work, you always need to redraw it if you resize it.