Scrollview scrolling problem

I have a scroll view and i added images to that scrollview.

when i touch on scrollview and move the scrollview up and down its working fine

but when i touch on image and move up and down the scrollview not working.

what is the problem?..

I have a scroll view and i added images to that scrollview.

when i touch on scrollview and move the scrollview up and down its working fine

but when i touch on image and move up and down the scrollview not working.

what is the problem?..

You need to use the scrollView method :takeFocus(), which is documented here: http://docs.coronalabs.com/api/type/ScrollViewWidget/takeFocus.html

I have a scroll view and i added images to that scrollview.

when i touch on scrollview and move the scrollview up and down its working fine

but when i touch on image and move up and down the scrollview not working.

what is the problem?..

You need to use the scrollView method :takeFocus(), which is documented here: http://docs.coronalabs.com/api/type/ScrollViewWidget/takeFocus.html