The usecase: A customer of ours uses truckscales/weighbridges. The weight is being shown on a specific URL, one for each scale/bridge. Truck drivers are using Zebra TC57 devices under our control, using a lockdown and SOTI Surf installed. This customer does not want their truck drivers to freely use a browser. They also don't want 135 different accessible URL's on some kind of landing page, truck drivers could choose the wrong truckscale and report the wrong weight. Ideally they want their truck driver to scan a NFC tag on a truckscale which leads them to that one specific page, in SOTI Surf (not Chrome).
This should be possible by using an intent and encoding that into the NFC tags, right? Basically telling the Zebra TC57 to open SOTI Surf and to surf towards a specific url. Browsing through these forums, I found two possibilities but neither seems to work:
intent:https://mobicoach.eu#Intent;action=Intent.ACTION_VIEW;component=net.soti.surf/net.soti.surf.ui.activities.SplashAct
intent:https://mobicoach.eu#Intent;scheme=https;action=android.intent.action.VIEW;component=net.soti.surf;end
Any help is greatly appreciated, thanks.