Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FastCell with SwipeGesture not working #42

Open
toSilence opened this issue Mar 10, 2016 · 0 comments
Open

FastCell with SwipeGesture not working #42

toSilence opened this issue Mar 10, 2016 · 0 comments
Labels

Comments

@toSilence
Copy link

Hi,

I implemented your FastCell solution which is working very good.
On the cell I use SwipeGestureRecognizer which is working --> but only sometimes.

My ViewCell has one image, one label, one button and one edittext.
I tried several ways:

  1. add swipe gesture to all elements inclusive viewcell content
  2. add swipe gesture only to image
  3. add swipe gesture only to viewcell content

The results are quite bad. So the event is never triggered (only 1 out of 20-30)

I also recognized your comment SwipeListCell.xaml.cs:
//TODO - fastcell has a bug in it which causes the renderer not to be set on some of the top level view! need to work out why.

Maybe its related?

Thank you in advance

Best Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants