sfChat.Editor.Focused += Editor_Focused;
private void Editor_Focused(object sender, FocusEventArgs e)
{
Xamarin.Forms.Application.Current.On<Xamarin.Forms.PlatformConfiguration.Android>().UseWindowSoftInputModeAdjust(WindowSoftInputModeAdjust.Pan);
}
|