提交 f6e5429c authored 作者: shixiaochen's avatar shixiaochen

1、优化MyScrollView(适配iOS软键盘隐藏项目中交互有问题,暂时去掉);

上级 e0d939ab
......@@ -48,16 +48,16 @@ class MyScrollView extends StatelessWidget {
),
),
);
// 软键盘处理
if (keyboardConfig != null) {
contents = KeyboardActions(
isDialog: bottomButton != null,
overscroll: overScroll,
config: keyboardConfig!,
tapOutsideBehavior: TapOutsideBehavior.opaqueDismiss,
child: contents,
);
}
// 软键盘处理 交互有问题,暂时去掉
// if (keyboardConfig != null) {
// contents = KeyboardActions(
// isDialog: bottomButton != null,
// overscroll: overScroll,
// config: keyboardConfig!,
// tapOutsideBehavior: TapOutsideBehavior.opaqueDismiss,
// child: contents,
// );
// }
// 设置底部按钮
if (bottomButton != null) {
contents = Column(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论