If have an event that fires when a user clicks outside of text field, which also automatically hides the iPad keyboard.
However, I want to also fire this function when a user closes the keyboard from the detected button on the keyboard itself, so the same effect is achieved when the user is done editing.
Is it possible to do this?
As rightly commented by Andre, this is actually done via
onblur, and it works completely fine.