Looking to create an app where employee scan a QR code and it redirects them internally to another page inside the app. So they do not have to tap anything, just hit the scan button, it opens the camera, they point at the QR code and it redirect them to a page within the app saying thanks for checking into your post at business name.
Also then need to pass the data of the User who scanned the the location they scanned to a webbook
This possibly with bubble and the qr code scanner plugin?
This app would be for internal use only no app stores needed and would only wanted authorized users to be able to create accounts.
This can be done without the typical saving the image of the QR doe or having to have the user click on a pop up notification telling them where they are going ? I have seen what’s aap where you scan the code to get the app on desktop and it seamlessly switches over . So basically you just have to scan it and that’s it . No pop of notifications or clicking anything after the scan. I don’t know the terminology for that hype of transition.
Use a plugin to read the qr image
This will pass its content to the plugin which you then retrieve in a workflow do to what you want next to happen
If you are retrieving a url then the next action would be to navigate to that url
So … the resulting experience is that the user presses a button to open the camera, set it to view the QR code and then be taken to that url.