We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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弹出层后面,无法操作,而且弹出键盘后无法关闭,返回键都失效,只能强退APP或者关闭此Activity
The text was updated successfully, but these errors were encountered:
输入组件,KeyboardView和InputView其实都是LinearLayout哦。你需要在程序内部处理好Dialog的显示和隐藏。
Sorry, something went wrong.
@OverRide public void onResume() { super.onResume(); new Handler().post(() -> mInputView.performFirstFieldView()); }
No branches or pull requests
输入控件和Dialog结合时候,弹出的输入键盘在Dialog弹出层后面,无法操作,而且弹出键盘后无法关闭,返回键都失效,只能强退APP或者关闭此Activity
The text was updated successfully, but these errors were encountered: