Alankoba Member Licensed User Longtime User Jan 23, 2018 #1 Hi everyone, I have a PHP application that runs inside a webview and this application opens a page that asks for username and password I would like to save the user and password as it is always logged out. Someone can help me.
Hi everyone, I have a PHP application that runs inside a webview and this application opens a page that asks for username and password I would like to save the user and password as it is always logged out. Someone can help me.
Erel B4X founder Staff member Licensed User Longtime User Jan 24, 2018 #2 Assuming that the login information is stored in WebView cookies then you should use this library to get the cookies, write them to a file and set them back when the app is started: https://www.b4x.com/android/forum/threads/lib-cookiemanager.22968/ Upvote 0
Assuming that the login information is stored in WebView cookies then you should use this library to get the cookies, write them to a file and set them back when the app is started: https://www.b4x.com/android/forum/threads/lib-cookiemanager.22968/