How to achieve multi-login for webviews in Android?
问题 I want to make an app that allows users to log-in multiple accounts of same site using different webview. For example, I have 2 WebView. Each WebView will load the same site such as gmail.com. And user can log-in using separate account in separate WebView. But the problem I am facing is that the 2 WebView always log-in to same account . I've googled a lot, and here are some related titles, Facebook MultiLogin in Android Webview Using WebView for multi-page login to website and fetch data