By default, Ionic hides the accessory bar for iOS.
While this is great for text inputs, it can be problematic for select options.
So this directive will change this setting on the fly and bind to the select element.
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.
Agreed with the post above. This directive no longer works after the upgrade to the keyboard plugin. Can anyone provide some insight into what changed with the plugin that would cause this to stop working and how to fix it?