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 Loading in Android Pie Version #363

Open
ebadahmed opened this issue Apr 11, 2019 · 0 comments
Open

Image not Loading in Android Pie Version #363

ebadahmed opened this issue Apr 11, 2019 · 0 comments

Comments

@ebadahmed
Copy link

ebadahmed commented Apr 11, 2019

I have implemented fresco library, It is working on all OS except Android Pie.
If I am adding android:usesCleartextTraffic="true" in manifest then ,Images are loading properly
But this will allow all http connection , which I suppose is not what we want.
Another way to overcome this problem is to make a network config file in which i have to allow domain and add that file in android Manifest. like this
android:networkSecurityConfig="@xml/network_security_config"

So kindly provide the domain which i have to include in that file or suggest me a better solution

PS: I have already include my domain in that file, and my app is working fine except loading image.
Sorry for my bad english :)

@ebadahmed ebadahmed changed the title Image not Loading in Android Pie Version Kindly remove this issue Apr 11, 2019
@ebadahmed ebadahmed changed the title Kindly remove this issue Image not Loading in Android Pie Version Apr 11, 2019
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

1 participant