Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

车牌输入控件+Dialog时候,弹出输入键盘在Dialog层后面,且无法关闭键盘 #16

Open
fx4758 opened this issue Jul 6, 2018 · 2 comments

Comments

@fx4758
Copy link

fx4758 commented Jul 6, 2018

输入控件和Dialog结合时候,弹出的输入键盘在Dialog弹出层后面,无法操作,而且弹出键盘后无法关闭,返回键都失效,只能强退APP或者关闭此Activity

@chenxxpro
Copy link
Contributor

输入组件,KeyboardView和InputView其实都是LinearLayout哦。你需要在程序内部处理好Dialog的显示和隐藏。

@yueqianzhang
Copy link

@OverRide
public void onResume() {
super.onResume();
new Handler().post(() -> mInputView.performFirstFieldView());
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants