-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot logout of app #54
Comments
Please provide a screencast of the problem. |
Looks like there is some problem with clearing cookies. Please check requests using browser developer console. |
I know how to debug chrome with remote console but not when WebView is within an app. |
You should be able to debug it the same way as regular mobile Chrome. |
ApplicationInfo.FLAG_DEBUGGABLE https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews You only allow it if the app manifest has android:debuggable = true. So ile have to build from source and try. |
I guess you are right. You need to run it from Android Studio. Should be really easy as it's a standard Android gradle project. |
When I try to logout, it appears to work but on closing and restarting the app I am logged back into the account I was in previously.
The text was updated successfully, but these errors were encountered: