helen / wp-19867-9864

Don't master it.
4 stars 3 forks source link

Evaluate touch and mobile accessibility #11

Open helen opened 9 years ago

helen commented 9 years ago

Let's take a look at the Select2 demo and see how things work on touchscreens and mobile devices, noting any pain points as well as advantages. For instance - virtual keyboard is a known issue (a significant problem, one we should try to patch and contribute upstream if possible, work around on our end if not), but the ability to filter down items by typing can be a lot more convenient than scrolling to something at the bottom of a very long list.

ellatrix commented 9 years ago

It might be good to add -webkit-overflow-scrolling: touch; too.