Preserving the username on a login

0
0

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

  • You must to post comments
0
0

Thank you.

  • You must to post comments
0
0

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

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.