Handling Select/options and iOS Keyboards

If you have multiple selects that the user can click back/next through, then the $timeouts cause the accessory bar to flicker in and out. And occasionally the order of the focusing and blurring gets messed up so blur/hide from the previous select happens after the focus/show of the current one, and you’re left without the bar. Removing the $timeouts works better for me.