I have an app running with Cordova and Ionic. In this app I would like to perform an action on a certain controller
when the keyboard completely closes.
Today I'm using cordova.plugins.Keyboard.close();
. The keyboard normally closes. However, I believe you do not have callback in this function.
What is the way when the keyboard closes completely, only then execute something?