Is there a way to make the keyboard recede when scrolling down like it does for iMessage? I haven't found any clever or straightforward ways of doing this using Ionic.
I was thinking about possibly using the on-drag-down event (http://ionicframework.com/docs/api/directive/onDragDown/) along with the current touch position (http://forum.ionicframework.com/t/touch-coordinates-touchmove/8971/2) to determine if the user is scrolling down and is hovering over the keyboard. It seems kind of hacky though and I feel like there should be a better way of doing this.
Any help would be greatly appreciated.