ZoomHelper
ZoomHelper copied to clipboard
ZoomHelper will make any view to be zoomable just like Instagram pinch-to-zoom
Hi @Aghajari I am using this lib in recycler view with multiple images in horizontal scroll when i zoom image i am getting following error from your lib java.lang.NullPointerException at...
i am using this library with recycler view when we zoom sometimes its hanging
I was trying to use the library on Androidx dialog fragment to pinch and zoom images from the view pager, recycler view, but it is not working with it.
In `ZoomHelper.kt` the `zoomableView` reference is cleared in `onDismissDialog`, however the `zoomableViewParent` reference is never cleared, so it still exists after the Fragment is destroyed. This field should be set...
Hello, I am trying to add in my Adapter the following code: ``` @Override public boolean dispatchTouchEvent(MotionEvent ev) { return ZoomHelper.Companion.getInstance().dispatchTouchEvent(ev,this) || super.dispatchTouchEvent(ev); } ``` But the problem is that...
hello aghajari I have a question I'm using five "fragments" for one "activity" in my app. One "fragment" is again using two "fragments". This "fragment" has two "fragments" doing "show/hide",...
thanks for you lib, now i meet a new question, our app need a scale mode than relases hands, the dialog should be scale in the window, i get it,...