Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Unable to focus the Entry control which placed inside NavigationDrawer DrawerContentView. In Application, we have resized the NavigationDrawer ContentPage size based on a keyboard by using the below platform specific code.
App.Current.On<Xamarin.Forms.PlatformConfiguration.Android>().UseWindowSoftInputModeAdjust(WindowSoftInputModeAdjust.Resize);