xamarin.ios - How can I change the height of the keyboard in Xamarin iOS? -


i working on xamarin ios. when user clicks in text box, keyboard opens, it's looking big. want reduce height of keyboard , keys. attached 2 images.

currently, keyboard looking this:

taller keyboard

but want following keyboard type:

shorter keyboard

changing keyboard's height manually in ios not possible.

the first image linked 4.7 inch phone (e.g. iphone 7), while second 5.5 inch phone (e.g. iphone 7 plus).

the format of keyboard depends on device using.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -