Git Product home page Git Product logo

Comments (14)

 avatar commented on June 12, 2024

I also need that

from imagezoom.

okaybroda avatar okaybroda commented on June 12, 2024

Enabling this should be as easy as adding a boolean flag but I can't think of a way to dismiss it.

from imagezoom.

punkfusion avatar punkfusion commented on June 12, 2024

I have written some functionality for it. I cannot commit to my own branch on this repo

from imagezoom.

 avatar commented on June 12, 2024

can u help me please @punkfusion

from imagezoom.

okaybroda avatar okaybroda commented on June 12, 2024

@punkfusion https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940

Follow the guide above, cheers!

from imagezoom.

 avatar commented on June 12, 2024

Thanks @okaybroda
can you please tell me why image in recycler view flick after touch

from imagezoom.

punkfusion avatar punkfusion commented on June 12, 2024

Made a pull request with the changes

from imagezoom.

 avatar commented on June 12, 2024

Thanku so much @punkfusion
Awesome library @okaybroda

from imagezoom.

 avatar commented on June 12, 2024

My imageView still flickers on pinch start and after pinch end.....Can you plz tell me why it was happening

from imagezoom.

 avatar commented on June 12, 2024

The flicking is due to the line
placeholderView.background = null
inside the following code
zoomableView.post(new Runnable() {
@OverRide
public void run() {
if (dialog != null) {
if (Build.VERSION.SDK_INT >= 16) {
placeholderView.setBackground(null);
} else {
placeholderView.setBackgroundDrawable(null);
}
zoomableView.setDrawingCacheEnabled(false);
}
}
});
Can u suggest me a another way to set background null

from imagezoom.

punkfusion avatar punkfusion commented on June 12, 2024

Maybe setting the background to the same color as the backdrop or even transparent instead. it shouldnt cause a UI change

from imagezoom.

 avatar commented on June 12, 2024

But above in library code it was taken as a drawable type

from imagezoom.

 avatar commented on June 12, 2024

is there any another way @punkfusion

from imagezoom.

 avatar commented on June 12, 2024

I m stuck in this ...can anyone suggest me another way.....pleaseee

from imagezoom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.