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?
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?