Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
135 views

How do you control the sensivity (or turn off) of a swipe gesture in Swipe View?

I have searched for all the open issues on this and did not find anything conclusive. My use case is pretty simple: I have a SwipeView, and I want it to open/close it programmatically based on a ...
Toto's user avatar
  • 941
1 vote
0 answers
105 views

Xamarin Form Idea/discussion about making a SwipeView associated with a datepicker control

I would like to have a page which includes 3 items: A SwipeView: Horizontal swipe. We can swipe left and right to navigate to a next view. I think it is easy to achieve this one with ViewPager in ...
Tony's user avatar
  • 11
0 votes
0 answers
93 views

Accessibility - voiceover not working in swipeviewitems within a bindablelayout - Xamarin.forms iOS

The UI and commands are working fine both in iOS and android. But the accessibility Voice over is not working in iOS.. Also the talkback is working fine for both the swipeitems in Android. <...
Jaison T John's user avatar
0 votes
1 answer
1k views

How to send Swipe Action to UIView in Swift

I am trying to clone Tinder, have done with swipe left (dislike person) and right (like person) by Yalantis/Koloda (https://github.com/Yalantis/Koloda). I also have two images for button like/dislike. ...
Tuan Ho Si's user avatar
0 votes
0 answers
83 views

UIButton inside a SwipeView isn't getting called

I have a UIButton instance inside a UIStackView as shown in the bellow view hierarchy I'm using SwipeView library. UIView UIScrollView UIStackView UIView UIStackView (Horizontal) UILabel - ...
rajeeva9's user avatar
  • 139
1 vote
1 answer
3k views

Swipe to go back not working for iOS app

I am trying to allow the "Swipe to go back" feature found in iOS 7+, but it isn't working in my app. I have added nc.interactivePopGestureRecognizer.delegate = (id<UIGestureRecognizerDelegate>...
Greg Henlow's user avatar
0 votes
0 answers
382 views

Create NSDictionary from array with ZLSwipeableView parse.com

I'm using the ZLSwipeableView library to get a list of "cards" that I can swipe between, like Tinder. I'm setting up a connection to a Class on Parse.com and for each card I want to return a row from ...
tracifycray's user avatar
  • 1,423
0 votes
0 answers
489 views

SwipeView iOS library views out of order/duplicated

I'm using the SwipeView library to create a series of swipeable webview (https://github.com/nicklockwood/SwipeView). After swiping back and forth a few times, the webviews are displayed out of order, ...
Connor McEwen's user avatar
4 votes
9 answers
6k views

Set height of delete button that appears on swipe in UITableViewCell

I have UITableViewCell as shown in figure below. The cell occupy the height occupied by delete. The cell height is set so as to keep spacing between two cell. Now, when i swipe and delete button ...
Lasang's user avatar
  • 1,379
0 votes
4 answers
637 views

Swipeview lagging on item change

I am using this: https://github.com/nicklockwood/SwipeView I am using it in 2 different places in my app. 30x30 images on screen about 100kb file size, no problem in this part 150x150 images on ...
Esqarrouth's user avatar
  • 39.2k
7 votes
3 answers
8k views

On iPhone, Vimeo Javascript API .play() function doesn't work until the video has been played

I'm using SwipeView (http://cubiq.org/swipeview) to create a swipeable slideshow on touchscreen devices. This is simple enough with images, but I want to include a Vimeo video in the slideshow as well....
Ryan Giglio's user avatar
  • 1,104