M mcGeorge Member Licensed User Jun 17, 2015 #1 Hi @all, if i show an Image in the ImageView, is it possible to zoom in/out the Image with 2-fingers and to move the Image in the ImageView with 1-finger? If Yes, how please and if no how please? Somehow it goes surely. Thanks George
Hi @all, if i show an Image in the ImageView, is it possible to zoom in/out the Image with 2-fingers and to move the Image in the ImageView with 1-finger? If Yes, how please and if no how please? Somehow it goes surely. Thanks George
narek adonts Well-Known Member Licensed User Jun 17, 2015 #2 You need to change some settings of the scroll view. I have a class for it. Will share it asap. Or you can use GestureRecognizer class for pinch gesture and change the sizes according to scale factor. Narek
You need to change some settings of the scroll view. I have a class for it. Will share it asap. Or you can use GestureRecognizer class for pinch gesture and change the sizes according to scale factor. Narek
narek adonts Well-Known Member Licensed User Jun 17, 2015 #3 http://www.b4x.com/android/forum/threads/zoomable-imageview.55185/