Horizontal swipe gesture on UWP
问题 is there any way to get swipe gesture same as windows phone 8 with wptoolkit. Because wptoolkit nuget package is not available for uwp, so i am unable to get similar swipe gesture on UWP In windows Phone 8 with the help of WPtoolkit nugetget package i placed this <toolkit:GestureService.GestureListener> <toolkit:GestureListener Flick="OnSwipe"/> </toolkit:GestureService.GestureListener> over text block, so i can swipe left to right or right to left over textbox1 . and swipe gesture help me to