I have a problem with ScrollView. It does not work with swipe and pan gestures on Android (proof 1, proof 2). I am thinking of creating a scrollable StackLayout but I don't know how to create. Help me please. Or are there other solutions how to make both a vertical scroll and a swipe left and right?
Asked
Active
Viewed 183 times
1
-
why do you need a swipe left right? – FreakyAli Jan 31 '19 at 12:26
-
@G.hakim Swipe right needed to go back. Swipe left is needed to follow the link – Viktor Bylbas Jan 31 '19 at 12:34
-
@hope this helps. https://github.com/markolazic88/SwipeCardView – Krunal Bagadia Jan 31 '19 at 13:05
-
Maybe you'll just add a swipe gesture to your stacklayout – Leo Zhu Feb 01 '19 at 02:18
-
@LeoZhu this does not work. ScrollView intercepts scrolling – Viktor Bylbas Feb 01 '19 at 09:58
-
https://stackoverflow.com/a/54480748/6589692 – Viktor Bylbas Feb 01 '19 at 13:47