Hello friends, I am using the webview function to access a page that requires a username and password, despite configuring the option to remind me it does not work, is there a way to save these credentials?
Thank you!
Yes. If you use the webviewextra extension this will enable localStorage in your webview.
Then if you tick the remember me box, you need javascript code in your webpage to store the textbox values to localStorage, and similarly return these values to the textboxes when the web page is opened.
Hello TIMAI2, thanks for responding.
Would you have an example of how to do this?
I nedd also this solution and remember username and password.
This is an html/javascript/server question, search google for remember me...
.
I am using the webview function then come login page from website in this page i need to remember username and password
A solution will all depend on the html/javascript/php content of the webpage. if this already has a "remember me" checkbox, then the code should already be there - and hopefully storing this server side.
You could try using the webviewextra or customwebview extensions...