Drag and drop functionality #3088
Labels
enhancement
New features, or improvements to existing features.
not quite right
The idea or PR has been reviewed, but more work is needed.
What is the problem or limitation you are having?
I've built a Streamlit webapp for my girlfriend's business about 3 years ago and would love to rebuild it with native UI components that Toga provides so that she doesn't have to launch a powershell script that launches the Python webapp in the browser.
But for this I do need a way to drag files into the application and be able to do something with the filenames/paths & contents.
Does Toga already support this in some way and if not, I would love to request this as a feature.
Describe the solution you'd like
Drag and drop functionality within a Toga application
Describe alternatives you've considered
Other frameworks, or using Tkinter as a fallback which doesn't look great.
Additional context
No response
The text was updated successfully, but these errors were encountered: