ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
610 stars 274 forks source link

Done Accessory button not visible on accessory bar(iPAD running on iOS 10) #244

Open rohitbhoite opened 7 years ago

rohitbhoite commented 7 years ago

As suggested in the documentation,I am using cordova.plugins.Keyboard.disableScroll(false); to show the accessory bar when the keyboard is opened.I am able to see the Up/Down arrow buttons but "DONE" button is not visible when running the application on iPAD with iOS 10 version. When I searched the previous issues I found out that "done" button is available if the above changes are done.How to make done button visible on accessory bar?.Do I need to make any other changes?