How to add Next button in Ionic soft keyboard plugin
问题 We are developing the android application using the Ionic framework. When we click on the input text box we need to show next button instead of the return button. In the native Android API, we have options to show the next button. But in the Ionic frame work we don't have options to show the next button. How can I add the next button in the soft keyboard when input text box field is selected? 回答1: cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false);//show the keyboard accessory bar with