sayyam / carouselview

A simple library to add carousel view in android app.
Apache License 2.0
1.15k stars 260 forks source link

Carousel not displaying on API 28/ Pie #109

Closed J6ey closed 5 years ago

J6ey commented 5 years ago

Not sure why but all works on < API 28.

J6ey commented 5 years ago

So the problem was actually from Picasso and Glide themselves when loading network images. And adding android:usesCleartextTraffic="true" to the manifest solved this issue.