Android Question WebView question

paul fredrick

Member
Licensed User
Longtime User
I have a B4A app that connects to a web application that requires a login, username and password, but does not store the credentials, while if I log in with chrome I have stored them. I tried the WebViewSettings library, but nothing ... How can I fix?
 

drgottjr

Expert
Licensed User
Longtime User
storing login credentials is a security risk (just sayin'). webview is not chrome. cookies are not persistent. it is possible, however, to cobble together a little routine that "autologs" you in. not sure what your knowledge base is. the routine itself is one thing; whether it works is another.
 
Upvote 0

Similar Threads

Top