【问题标题】:Xamarin.Forms Shell Tabbar goes up when keyboard open in Android and iOS在 Android 和 iOS 中打开键盘时 Xamarin.Forms Shell Tabbar 上升
【发布时间】:2021-03-29 00:32:02
【问题描述】:

我使用了 xamarin shell tabbar 并创建了一个聊天屏幕,但是当键盘出现时,Tabbar 也会上升。

我已经尝试了所有可能的方法,但没有成功,请帮助我。

【问题讨论】:

    标签: xamarin xamarin.forms xamarin.android xamarin.ios tabbar


    【解决方案1】:

    尝试将Soft Keyboard Input Mode 设置为Resize

    App.Current.On<Android>().UseWindowSoftInputModeAdjust(WindowSoftInputModeAdjust.Resize);
    

    【讨论】:

      猜你喜欢
      • 2016-12-21
      • 2021-12-17
      • 1970-01-01
      • 2021-03-19
      • 2012-03-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多