ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
192 stars 177 forks source link

feat: add ability to change label on accessory bar #100

Closed Livijn closed 5 years ago

Livijn commented 5 years ago

Right now, when displaying the accessory bar Keyboard.setAccessoryBarVisible({isVisible: false}); you cannot change the "Done" label.

This is an accessory bar:

jcesarmobile commented 5 years ago

The accessory bar is handled by the OS, we can't change it other than showing/hiding it.