I have code that opens a new tab to an external URL like this (builder.Uri is just referencing a url):
throw new PXException($"Redirect0:{builder.Uri}$target=_blank")
This fails on mobile. I assume maybe because the mobile browser doesn't recognize it? If so, does anyone know how to launch an external web app from the Acumatica mobile app?