I am using SearchBar class in Xamarin Forms The problem is when I focus on the searchBar text box the Keyboard shown like in the following image, It splits the screen vertically into two sections one for the view and the other for the keyboard, however, what i would like to achieve is the view should remain in the same height meanly occupy the whole screen height and the keyboard should overlap the view without compressing it. Any help?
Note: when I focus on any other text box the keyboard works as expected, meanly the problem is only with the search bar text box.

Editors ? I cannot reproduce your issue, their behaviors seems to be the same by my side. Could you please provide more details about your issue? Maybe the code of your layout? And your emulator info? - Grace Feng