Skip to content
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

Open
tsmgeek opened this issue Aug 8, 2017 · 7 comments
Open

Cannot logout of app #54

tsmgeek opened this issue Aug 8, 2017 · 7 comments

Comments

@tsmgeek
Copy link

tsmgeek commented Aug 8, 2017

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.

@tananaev
Copy link
Member

tananaev commented Aug 8, 2017

Please provide a screencast of the problem.

@tsmgeek
Copy link
Author

tsmgeek commented Aug 8, 2017

@tananaev
Copy link
Member

tananaev commented Aug 8, 2017

Looks like there is some problem with clearing cookies. Please check requests using browser developer console.

@tsmgeek
Copy link
Author

tsmgeek commented Aug 8, 2017

I know how to debug chrome with remote console but not when WebView is within an app.
Im guessing I need to build manager and attach debugger to a dev build?

@tananaev
Copy link
Member

tananaev commented Aug 8, 2017

You should be able to debug it the same way as regular mobile Chrome.

@tsmgeek
Copy link
Author

tsmgeek commented Aug 8, 2017

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.

@tananaev
Copy link
Member

tananaev commented Aug 8, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants