Image resize on pinch

Is it possible to enable the image resize on pinch?

I am using a template to show an image, but I would like to be able to zoom that in some way, can i do it?

thank you so much

dhx.Touch.disable(true);

Above command will disable custom touch events ( including the inner scrolls ) but will enable native touch behavior ( pinch zooming and others )

This only looks to work in Iphone, I tried in two android devices and didn’t work