I am developing an app that supports iOS 15 and later.
Up until iOS 17, the behavior of onDrag and onDrop was as follows:
- The item is moved by holding it and dragging it to the onDrop area.
- When the item is dropped in the onDrop area, the logic is executed, and simultaneously, the item disappears immediately.
- However, in iOS 18 the item remains for about 0.5 to 1.0 seconds before disappearing, even though there is no logic in the onDrop.
Is this the expected behavior, or is it a bug?"