Zoom in ScrollView

ScrollView does not zoom. I believe that it is because EventListenerTouchOneByOne suppose to fire when there is a touch, but it does not fire if there is more than one touch. After first onTouchBegan event all other onTouchBegan events are ignored until onTouchEnded fire.
May be it is just I don’t understand how EventListenerTouchOneByOne should work…
Anyone any idea?