TAMUSHPE / MobileApp

TAMUSHPE Mobile App
MIT License
10 stars 0 forks source link

QRCode: Zoom Option #453

Open JasonIsAzn opened 1 month ago

JasonIsAzn commented 1 month ago

Overview

It is possible for events to have two QRCodes being shown on the event slides (A QRCode for the sign in, An external QRCode for an interest form). The QRCode scanner needs a zoom so that a user can zoom into one QRCode anywhere in the room.

Task

Addtional

See QRCodeScanningScreen.tsx to see the current implementation

JasonIsAzn commented 1 week ago

The problem with two qrcdoe side-by-side is now fixed. The QRCodeScanner will ignore all other QRCodes. However zoom feature will still be needed for scanning the qrcode from a distance.