Skip to main content
edited body
Source Link
soren.qvist
  • 7.4k
  • 15
  • 65
  • 93

You are right, ScrollView "steals" the gesture because of it´sit's inherit functionality. I´veI've worked around this before by applying the onTouchListener to the ScrollView itself instead of its immediate parent view.

You are right, ScrollView "steals" the gesture because of it´s inherit functionality. I´ve worked around this before by applying the onTouchListener to the ScrollView itself instead of its immediate parent view.

You are right, ScrollView "steals" the gesture because of it's inherit functionality. I've worked around this before by applying the onTouchListener to the ScrollView itself instead of its immediate parent view.

Source Link
soren.qvist
  • 7.4k
  • 15
  • 65
  • 93

You are right, ScrollView "steals" the gesture because of it´s inherit functionality. I´ve worked around this before by applying the onTouchListener to the ScrollView itself instead of its immediate parent view.