Hi
Is there anyway to catch event when user selecting Done button in the Keyboard?
Hi
Is there anyway to catch event when user selecting Done button in the Keyboard?
you can use ionic-keyboard-plugin and listen for keyboard.hide(https://github.com/driftyco/ionic-plugin-keyboard#nativekeyboardhide) event.
But it will include both Done or hide keyboard event.