Comment (by elky):
Both widgets (horizontal and vertical) work for me on iOS 8. One only
thing is that confusing "0 items" label. This is standard behaviour that
means "0 items selected". If you tap on the dropdown you're be able to
select multiple items in the list. When you done - label will be changed
to "<num> items" where <num> is number of items you selected. I think it
should be fine for iOS users who are accustomed to use select multiple on
other websites.
Few screenshots to show how it works:
1. Vertical filter initial state -
https://dl.dropboxusercontent.com/u/2573685/django-filter/1.jpg
2. Tap on 'Available' filter to see list of available items -
https://dl.dropboxusercontent.com/u/2573685/django-filter/2.jpg
3. Tap on items you need to select -
https://dl.dropboxusercontent.com/u/2573685/django-filter/3.jpg
4. State after tapping 'Done' -
https://dl.dropboxusercontent.com/u/2573685/django-filter/4.jpg
5. Tap on 'Chosen' filter - https://dl.dropboxusercontent.com/u/2573685
/django-filter/5.jpg
Of course UX of this thing is awful but one only thing we can do here is
to move selected items to 'Chosen' right after tapping 'Done' avoiding
user to tap on arrow icon. But this is separate issue I believe that
should be done within whole admin mobile optimisation.
Thoughts?
--
Ticket URL: <https://code.djangoproject.com/ticket/14716#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
A separate ticket for a better mobile experience sounds like a good idea.
--
Ticket URL: <https://code.djangoproject.com/ticket/14716#comment:9>