Closed abbasshah17 closed 4 years ago
Can you try the latest snapshot?
Sorry for the late response, I will try it and let you know.
Getting a
ERROR: Failed to resolve: com.jsibbold:zoomage:1.3.1-SNAPSHOT
Show in Project Structure dialog
Affected Modules: app
after adding the following line in app.gradle
implementation 'com.jsibbold:zoomage:1.3.1-SNAPSHOT'
Did you add this to your repositories
repositories {
maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local' }
}
I did.
release 1.3.1 is published, can you give it a try
Latest version 1.3.1 fixes the issue. Thanks a lot!
Emulator OS Android 10.
Unable to scroll through a snapping
RecyclerView
.item_layout.xml
fragment_layout.xml
and finally setting up a snaphelper in the fragment:
While the image is zoomable, user is unable to scroll through the list.