2
I have a app running with Cordova and Ionic. In this app i would like to effect an action in particular controller
when the keyboard closes completely.
Today I’m using cordova.plugins.Keyboard.close();
. Currently the keyboard closes normally. However, I believe it does not have a callback in that capacity.
What is the way when the keyboard closes completely, only then run something?