Keyboard plugin hiding navigation

On ios I have enabled the option to have the accessory toolbar shown so that the user can select ‘Done’ and the keyboard hides.

Is it possible to remove the navigation arrows < > . I want to remove them because when you use them they do not scroll through the form elements correctly.

I initially thought it was something with the scroll options

cordova.plugins.Keyboard.disableScroll(true);

but using true or false doesnt make a difference.

is this a bug or is there a simple way of removing the navigation ?

Cheers

1 Like

Do you have the solution ? :slight_smile: