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

Is there any way to set 'MixedContentMode' on Android? #72

Closed
DreamBuddy opened this issue Mar 27, 2019 · 2 comments
Closed

Is there any way to set 'MixedContentMode' on Android? #72

DreamBuddy opened this issue Mar 27, 2019 · 2 comments

Comments

@DreamBuddy
Copy link

Now when host is https , browser can not load http resource~

@DreamBuddy
Copy link
Author

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
webView.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW);
}
@pichillilorenzo

Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants