Have you tried to do this?
.run(function($ionicPlatform) { $ionicPlatform.ready(function() { // Hide the accessory bar by default (remove this to show the accessory bar above the keyboard // for form inputs) if(window.cordova && window.cordova.plugins.Keyboard) { //Change this to false to return accessory bar cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false); } if(window.StatusBar) { // org.apache.cordova.statusbar required StatusBar.styleDefault(); } }); });
According to this , this code can return your keyboard accessories.
source share