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

Image not displaying due to mixed content error in Android webview. #8460

Closed
prabakarviji opened this issue Jun 28, 2016 · 7 comments
Closed
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@prabakarviji
Copy link
Contributor

When trying to load an image from("http") in secured web page source("https"), it is not displaying an image because of mixed content.As per as, mixed content source blocked by default in Android 5.0 + version.If it good to proceed, i will make PR?

@cuitianze
Copy link

same question +1

@lacker
Copy link
Contributor

lacker commented Oct 28, 2016

fixed

@lacker lacker closed this as completed Oct 28, 2016
@tetherit
Copy link

tetherit commented Dec 2, 2016

Was this fixed in react native - or somewhere else? - what is the fix, do I need to upgrade the version of React I'm using?

@lacker
Copy link
Contributor

lacker commented Dec 2, 2016

Try RN master and if I am wrong and it's not fixed there then please feel free to reopen or open a new issue!

@tetherit
Copy link

tetherit commented Dec 3, 2016

I'm using WebView and still getting this :( -

Mixed Content: The page at 'https://testdomain/' was loaded over HTTPS, but requested an insecure image 'http://testdomain/recordings/584232ed3d1f9272f9dc415f/thumbnail'. This request has been blocked; the content must be served over HTTPS.
(index):1 Mixed Content: The page at 'https://testdomain/' was loaded over HTTPS, but requested an insecure image 'http://testdomain/recordings/584234033d1f9272f9dc4259/thumbnail'. This request has been blocked; the content must be served over HTTPS.

Does the fix not apply to WebView?

@mehraan
Copy link

mehraan commented Feb 9, 2017

The PR was never merged. See #8696 (comment).

@lacker
Copy link
Contributor

lacker commented Feb 9, 2017

My bad. Would you mind providing a sample project that reproduces this problem in a new issue?

facebook-github-bot pushed a commit that referenced this issue Mar 8, 2017
Summary:
PR for option to set mixed content mode in Webview(Android) for issue #8460
Closes #12314

Differential Revision: D4663084

Pulled By: lacker

fbshipit-source-id: 0e40ea463739166311ddcb7887ff6d0289369637
@facebook facebook locked as resolved and limited conversation to collaborators Jul 19, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

6 participants