leonardosalles / ionic2-zoom-area

A zoom area component with pinch support
MIT License
33 stars 13 forks source link

"Add support to move center of zoom" #12

Open debugger200 opened 6 years ago

debugger200 commented 6 years ago

Hi, We are facing a problem with the Zoom plugin in our ionic 2 mobile application (cli version 3.7.0). When a user tries to pinch zoom with his fingers, the zoom is happening in a different area other than where the user has pinched. Normally we would expect the zoom to happen towards the center of the pinch zoom. Kindly let us know if this issue can be resolved by making any configuration change since we found the issue "Add support to move center of zoom" marked as resolved against 1.0.10.

Thanks a lot for your support.

leonardosalles commented 6 years ago

Hi,

This issue you mean that I marked as solved, is the feature to setCenter programatically, so If the pinch center is wrong I need to take a look on that. I'm planning to do it in the next days.

debugger200 commented 6 years ago

Thank you for update. Have you got time to look on it how the pinch zoom is working now? would be greatly helped us if you achieve to work.