Skip to content

Image not Loading in Android Pie Version #363

Open
@ebadahmed

Description

@ebadahmed

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 :)

Activity

changed the title [-]Image not Loading in Android Pie Version[/-] [+]Kindly remove this issue[/+] on Apr 11, 2019
changed the title [-]Kindly remove this issue[/-] [+]Image not Loading in Android Pie Version[/+] on Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Image not Loading in Android Pie Version · Issue #363 · codepath/android_guides