-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support iOS Drag&Drop #1690
Support iOS Drag&Drop #1690
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
We should definitely merge this after some polishing of public API: I believe it should be simpler. I'll prepare a specific proposal soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have nothing to object
Fixes https://youtrack.jetbrains.com/issue/CMP-6737/Expose-iOS-DragDrop-implementation-to-public-API
Added experimental APIs preceding adoption of
TransferableContent
for utilize recently fixed common DnD API for iOS. Currently supported onlyString
andNSObject
sScreen.Recording.2024-11-11.at.15.40.52.mov
Testing
Demo - Components - Drag and Drop
Release Notes
Features - iOS