Hello everyone. I’ve created a project in Glide which manages Check in for students in a dance school. There are 2 main tables, the students and the classes. Each student has is unique QR code who redirects to his own detail screen that I’ve made using the “construct URL” column type.
The thing is that I don’t want this URL to open by scanning the QR code by device’s camera, but from a feature inside the app in glide. I would like to have a scanner inside the glide app who sees the QR code and after it redirects me to the detail screen of that student inside the webapp (that I’ve previously added to my home screen). Does anyone know how to do achieve this?
Why do we need to contact Dynamsoft in this case?
I am using the scanner component in Glide without any Dynamsoft setup.
I have 2 use cases for scanning
the user scans a code to search for an asset in the assets table. then the user can browse to the detail screen or perform certain actions on that asset
I use the scanner component to allow the user to scan multiple assets and set update certain location data on every scan.