amarinelli / Concert-Calendar

Toronto concert calendar
http://git.io/concerts
1 stars 2 forks source link

Focus of concert filter input should be removed for mobile devices #12

Open amarinelli opened 9 years ago

amarinelli commented 9 years ago

This causes the keyboard to initiate when the page loads. This is good behaviour for desktops, but not mobile users.

amarinelli commented 9 years ago

Cannot replicate this on Chrome for Android -- the keyboard has focus, but onscreen keyboard does not appear until users clicks input

amarinelli commented 9 years ago

Forum post might have help using HTMLelement.blur() method.