You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QR code on the webpage is overly large, taking up a substantial portion of the screen and making it challenging to scan with a mobile device. Currently, it has a width and height of 776 pixels each
Please refer to this screenshot
Something around this size will be acceptable
The text was updated successfully, but these errors were encountered:
In line 30 (divQRCode.ref.innerHTML = aux.createSvgTag(8d)) we set a fixed size.
But I checked the library that generates QR codes, and there is a way to make it scalable.
You also need to import the CellSize with import typings.qrcodeGenerator.anon._
Then you can control the size on the outside div. Ex: val divQRCode = div(width := "50%")
Play around a bit and try to make it more appealing for mobile screens and desktops.
For that, you need to compile and start the service. For now, you can ignore everything related to the database/MongoDB. Since the webpage will still show on http://localhost:8080.
If anything on the README is not clear on how to do it please ask. That would help us document better for future developers.
The QR code on the webpage is overly large, taking up a substantial portion of the screen and making it challenging to scan with a mobile device. Currently, it has a width and height of 776 pixels each
Please refer to this screenshot
Something around this size will be acceptable
The text was updated successfully, but these errors were encountered: