I took this simple dnd-kit example of a sortable list and added a text input in the end. On desktop, it is working properly. Also on iPhone it is working without any issues, as long as the software keyboard is not open.
But once the SW keyboard is openend by entering the text input, the item overlay jumps up a few hundred pixels on drag. I guess that it jumps up by exactly the height of the SW keyboard.
Here is a demo:
Any ideas on how to resolve/workaround this issue?