R ronell Well-Known Member Licensed User Longtime User Feb 7, 2017 #1 whenever i close my app , the webview goes back to the log in page.. how can i retain the last logged in account so that the user will not type his/her username and password again?
whenever i close my app , the webview goes back to the log in page.. how can i retain the last logged in account so that the user will not type his/her username and password again?
Erel B4X founder Staff member Licensed User Longtime User Feb 7, 2017 #2 WebView stores the cookies in memory. So when the app restarts the user needs to log in again. You can use this library to store the cookies: https://www.b4x.com/android/forum/threads/lib-cookiemanager.22968/ Upvote 0
WebView stores the cookies in memory. So when the app restarts the user needs to log in again. You can use this library to store the cookies: https://www.b4x.com/android/forum/threads/lib-cookiemanager.22968/