isychev93 / Xamarin.Forms-Drag-and-drop-ListView

Drag and drop ListView reordering for Xamarin.Forms
MIT License
20 stars 4 forks source link

MovableListView not responding on some iPhones : Solved? #1

Closed TechyMiss closed 8 years ago

TechyMiss commented 8 years ago

Hello, I've recently integrated this MovableListView into my Xamarin Forms project. iPhone 5 with the model type of NE496LL/A do not have an issue with the MLV and respond properly. However, newer models of iPhone do not seem to be responding. My guess is that there is an issue with how the UILongTouchGesture is interpreted.

Is this a common issue? If so, has there been a remedy that others are using? If I find the answer myself I will reply to this thread with the code.

Thank you again for this otherwise wonderful solution!

TechyMiss commented 8 years ago

I think I found the answer,

Importing the files directly rather than using the compiled .dll files seems to have fixed the issues I was having.

isychev93 commented 8 years ago

Hello. Are you slove problem?

isychev93 commented 8 years ago

Maybe you forgot about [assembly: ExportRenderer(typeof(MovableViewCell), typeof(MovableViewCellRenderer))] ?