Type input ionic

You need to remove the code that hides the accessory bar (this can be found in app.js if you haven’t moved it):

// 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) {
  cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
}

Here’s another topic on this:

1 Like