What’s the best way to auto populate the username on the login textbox? I am looking to save the value only on mobile and not the desktop.
Thank you
Robert J
Thank you.
Hi Robert,
I think the best way to store that information is using a cookie.
If you want to have a different behavior on the Desktop than on the Mobile you can use Application.Browser.Device to detect the device type.
Possible values are Desktop, Mobile, Tablet.
Hope that helps.
Best regards
Frank
Please login first to submit.