Unavailable native "done" button for hide keyboard in iOS keyboard

Hi.
I using input tag in ionic project.And when I launch this project on iOS device or emulator, ‘done’ button on top keyboard to hide this keyboard is missing

I need like on pictures in below

In your .run block in app.js, change the line

cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);

to

cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false);
1 Like

Thanks a lot!!!
It`s work :smile: