function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
massimassi 

remember user name checbox don't work correctly in the webview

Hi;
We have developed an application with salesforce mobile SDK natif android; in the first authentication page there is checkbox "remember user name", but when i check it,  and return to the same page, the systeme don't remember the ancient logins  :

User-added image

So my question is : is there parameter to add to the webview wich contain this login page to store logins and let this checkbox work correctly.

Thanx.
bounfouf1.3961742190972861E12bounfouf1.3961742190972861E12
Hi;
I have the same issue, Please can any one give us the solution ?
Aldrich CoAldrich Co
Yes, that doesn't seem to work at all. Thought I was the only one.
vamshi(Nani)vamshi(Nani)

If It is web application might be you can use javascript . May be this code can be usefull

http://devzone.co.in/remember-functionality-signinlogin-form-using-html5-jquery/
 

bounfouf1.3961742190972861E12bounfouf1.3961742190972861E12
I'm using a native application and webviews
massimassi
Thank you Vamshi for your replay, but in our development we use Salesforce mobile sdk native android so we don't use any web language like JS on Jquery so we need android code (Java) to enhance SF mobile sdk to support the "remember user name"  functionality, I notice that it works very well in a browser but not in android webview for this reason we think that the solution is to configure programmaticaly the above like a browser?