twintechs / TwinTechsFormsLib

Apache License 2.0
193 stars 73 forks source link

FastCell with SwipeGesture not working #42

Open toSilence opened 8 years ago

toSilence commented 8 years ago

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