Open Foveluy opened 1 year ago
I have the same question, I am just trying to figure out how to solve it on the java code
I saw the code is using setBounds
and it does not have the option to set a pivot in order to pinch-zoom from the initial point. I think in order to get it done the library should use canvas to do it or something that allows it to set a pivot. I am not an android coder but I am trying to implementing it without success
Any updates of solution for this issue? I encounter this issue on my side too.
Not like iOS , you can pinch anywhere you like to zoom in&out.
on Android, picture will always zoom from center point.
how to make the behavior looks like iOS?
Thanks.