First time trying public release with G 2.0 (2013.2076)
the example in the http://docs.coronalabs.com/api/library/widget/newScrollView.html#scrollwidth-scrollheight-required
doesn’t print out the event.phase anymore. (Began, Moved, or Ended).
P.S: don’t forget to fix some typo in the last few lines of the example code, it should be
local background = display.newImageRect( "assets/scrollimage2.jpg", 768, 1024 ) background.x = background.contentWidth \* 0.5 background.y = background.contentHeight \* 0.5 scrollView:insert( background )