How to have the Done button on the iOS keyboard?

I have a form with some fields.
When I focus on one field like an input text, I want to see the “Done” button on the keyboard so that I can close the keyboard when finishing typing.

However I have nothing.
It’s very frustrating and non-intuitive to have to click outside to close the keyboard.

How to add it?

Thanks !

The solution was so simple.

Deleting this line in app.js:

cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
4 Likes

What for ionic 3 projects ?