I have a web app specifically designed for mobile use. The user gets a login URL containing a tenant ID in the query, e.g. https://m.example.com/login?tenant=123
If I try to add this to the home screen, the link saved is just the root path, https://m.example.com/
, so the tenant ID is lost in the process. I observe the same behavior on both iPhone and Android.
Can I preserve the tenant ID when adding to home screen?
This question seems related, except the question describes the exact opposite behavior, indicating that the default behavior has changed since 2012.