threema-web icon indicating copy to clipboard operation
threema-web copied to clipboard

Resize QR Canvas to Fit

Open dbrgn opened this issue 6 years ago • 1 comments

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

dbrgn avatar May 15 '18 11:05 dbrgn

I doubt the Stackoverflow solution works. Just setting canvas.style won't work, you always need to redraw it if you resize it.

rugk avatar May 15 '18 12:05 rugk