Every time I focus the input in the footer (in a chat view), the keyboard starts to open, but then the input is immediately blurred. This happened upon my upgrading from Beta 13 to Beta 14.
This view is also scrollable, so there’s a chance the issue is actually with $ionicScrollDelegate blurring input focus.
Has anyone been having issues with Beta 14 and the keyboard-attach directive?
@nm7000 That is actually easy to figure out thanks to the changelog
Note however that this commit is not a bugfix but they are reverting an intentional modification: scrollDelegate: revert change that made all scroll* methods blur inputs (0145dc37, closes #2745)