Page 1 of 1

ios long press and drag

Posted: Mon Jan 22, 2018 5:18 am
by liuliu8684
I have an iOS application with the drag'n'drop functionality.
the actions are user long press a cell then drag the cell
how to fix it?

Re: ios long press and drag

Posted: Mon Jan 22, 2018 9:04 am
by odklizec
Hi,

Drag & Drop on iOS (Android) should be done with TouchStart - TouchMove - TouchEnd sequence. In your case, the TouchStart action should be used with parameter "Long Touch".