Is there any working example where gestures are implemented on top of ScrollView? My ScrollView supports vertical scrolling only (no need to have horizontal scrolling). I would like to add gestures to change displayed text (article) by ‘scrolling’ from left to right. I’ve added the code in accordance with the tutorial, but it doesn’t work.
Is there any working example where gestures are implemented on top of ScrollView? My
Share
If you are using onFling()..
try adding this method in your code
Hope it works …