You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
ebadahmed
changed the title
Image not Loading in Android Pie Version
Kindly remove this issue
Apr 11, 2019
ebadahmed
changed the title
Kindly remove this issue
Image not Loading in Android Pie Version
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 :)
The text was updated successfully, but these errors were encountered: