-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[iOS] Drag and Drop Request Full-Size Previews #17281
Copy link
Copy link
Closed
Labels
area-gesturesGesture typesGesture typesfixed-in-8.0.0-rc.2.9373Look for this fix in 8.0.0-rc.2.9373!Look for this fix in 8.0.0-rc.2.9373!partner/cat 😻this is an issue that impacts one of our partners or a customer our advisory team is engaged withthis is an issue that impacts one of our partners or a customer our advisory team is engaged withplatform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalystproposal/open
Milestone
Description
Description
On iOS, when you drag and drop an item, the drag preview is resized smaller. Although the Drag and Drop Platform Event Args are now exposed, there doesn't seem to be a way to keep the system from resizing these elements and is a problem for customers who require custom functionality.
Public API Changes
DragEventArgs.PlatformArgs.SetPrefersFullSizePreviews((interaction, session) => { return true; });Intended Use-Case
I have a collectionview and want to drag cells for custom functionality but they keep on being resized automatically.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-gesturesGesture typesGesture typesfixed-in-8.0.0-rc.2.9373Look for this fix in 8.0.0-rc.2.9373!Look for this fix in 8.0.0-rc.2.9373!partner/cat 😻this is an issue that impacts one of our partners or a customer our advisory team is engaged withthis is an issue that impacts one of our partners or a customer our advisory team is engaged withplatform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalystproposal/open