Skip to content
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

Add an additional button to select files rather than drag'n'drop #8

Closed
enyo opened this issue Jan 24, 2013 · 5 comments
Closed

Add an additional button to select files rather than drag'n'drop #8

enyo opened this issue Jan 24, 2013 · 5 comments
Assignees

Comments

@enyo
Copy link
Collaborator

enyo commented Jan 24, 2013

For touch devices (or full screen apps)

@glumb
Copy link

glumb commented Feb 1, 2013

A touchable droparea would be great for touchdevices to select files.

@enyo
Copy link
Collaborator Author

enyo commented Feb 1, 2013

Hi @glumb. I'm not entirely sure on how I'm going to implement it. On the one hand I don't want to overload the user interface by adding additional buttons or text, on the other hand it should be clear that there is a touch/click file select. I'll think of something :)

@glumb
Copy link

glumb commented Feb 1, 2013

Hi @enyo ,
what about firing a click event on a hidden file select element, like this: http://jsfiddle.net/Akkumulator/tv992/5/
if the user clicks on the drop area the event fires and he can select the files.
this worked for me at the iPhone and on desktop.

@enyo
Copy link
Collaborator Author

enyo commented Feb 1, 2013

@glump, It's not a technical problem, but I need to get the user interface right. Dropzone is about simplicity and I want to follow that path. I want to avoid confusing or obscure features so I have to figure out the best way to make sure that a click/touch in the selected area is an obvious user choice.

@ghost ghost assigned enyo Feb 2, 2013
@enyo
Copy link
Collaborator Author

enyo commented Feb 2, 2013

I think I'll just add a text notice like this #14. This way it's not too invasive, but still clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants