-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update Android to use flutter_inappwebview #1180
Conversation
I don't think we need WebViewActivity anymore, but the survey stuff is connected to it so I left it for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@atavism The only thing is WebViewActivity was using a proxy setting and now in flutter, we are not using it. |
Oh, great catch! Let me fix that. |
Ok, I'm using ProxyController to configure the proxy that the webview uses now too |
No description provided.