Currently, Dynaway mobile uses a URL to define the mobile site, such as: https://DYNAWAYMOBILE.net/work/work-orders, but when selecting an asset, the URL will use a seemingly made up extension: for instance, when showing Asset "A0012741", it gives URL https://DYNAWAYMOBILE.net/work/assets/details/5637180469. Since every asset must have unique ID, the URL should show: https://DYNAWAYMOBILE.net/work/assets/details/A0012741
This would allow you to build the QR code search to understand what the QR is pointing at while including the entire URL so that the physically printed QR code will take the user to the correct website regardless if they are in app or just using the camera QR code reader.
If searching assets within the App, it just needs to know what the website is to disregard that portion of the URL and enter the search terms as appropriate:
If using asset search QR reader and the QR translates to https://DYNAWAYMOBILE.net/work/assets/details/A0012741, then it knows to ignore https://DYNAWAYMOBILE.net/work/assets/details/, leaving A0012741, which will correctly bring up the correct asset.
However, if the user is using their camera QR code reader, that same search will bring them to the Mobile login page from their enterprise, also bringing them to the correct asset.
The first part is already possible (from v2404.1). The application allows URLs with IDs as specified in the release notes.
The second part is (not yet) possible.