oblador / react-native-pinchable

Instagram like pinch to zoom for React Native
MIT License
223 stars 23 forks source link

Android pinch-zoom always from center #13

Open Foveluy opened 1 year ago

Foveluy commented 1 year ago

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.

frodriguez-hu commented 1 year ago

I have the same question, I am just trying to figure out how to solve it on the java code

frodriguez-hu commented 1 year ago

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

NoahSimajji commented 4 months ago

Any updates of solution for this issue? I encounter this issue on my side too.