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

If the image among the elements included in the https link is http, it does not load properly. #1084

Open
Daekyo-Jeong opened this issue Aug 9, 2024 · 1 comment

Comments

@Daekyo-Jeong
Copy link

Hi, I am developing an Android app with Unity.

Unity for Android / SDK 34

I am accessing various links using webview, but I cannot fully load the http image element belonging to https.

UNITYWEBVIEW_ANDROID_USES_CLEARTEXT_TRAFFIC
android:usesCleartextTraffic="true" in that config and Manifest file I set it up, but it still didn't work.

I see this option in Android web settings.
Is it possible to enable it?

MIXED_CONTENT_ALWAYS_ALLOW
In this mode, the WebView will allow a secure origin to load content from any other origin, even if that origin is insecure.
MIXED_CONTENT_COMPATIBILITY_MODE
In this mode, the WebView will attempt to be compatible with the approach of a modern web browser with regard to mixed content.
MIXED_CONTENT_NEVER_ALLOW
In this mode, the WebView will not allow a secure origin to load content from an insecure origin.

@KojiNakamaru
Copy link
Member

I added SetMixedContentMode() in #1085 and updated binaries. Could you please try the latest?

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