Jacksgong / JKeyboardPanelSwitch

For resolve the layout conflict when keybord & panel are switching (Android键盘面板冲突 布局闪动处理方案)
Apache License 2.0
4.18k stars 684 forks source link

hi~问个问题~关于沉浸状态,aJustResize不起作用 #59

Closed wangshaolei closed 7 years ago

wangshaolei commented 7 years ago

@Jacksgong Hi,我的项目用了你最早的键盘冲突解决代码。KeyboardRootLayout 现在这个版本 能适配到https://github.com/laobie/StatusBarUtil 和这个工具类并用吗,StatusBarUtil.setTransparent(Activity activity) 设置背景沉浸模式后,键盘监听不到了~

ZhouBey commented 6 years ago

解决了吗,当我设置全屏模式时,键盘监听不起作用了

wangshaolei commented 6 years ago

@ZhouBey 这个是状态栏造成高度与键盘配合造成。没有太完美的解决办法 。

g19980115 commented 6 years ago

我之前也碰到这个问题,解决方法是,聊天的Activity中不使用StatusBarUtil,改用rootView.fitsSystemWindows = true就OK了

Nstd commented 5 years ago

使用这个库有类似问题,我们遇到的问题是,菜单面板不能正常隐藏