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
Continuation of #635 because it is actually not fixed. I opened this issue to prevent forgetting about it.
3c8cc75 does not work without setting outAttrs.inputType.
outAttrs.inputType
My previous test results are based on this PR #620 (cuz you mentioned BaseInputConnection at the beginning).
If you don't want to merge PR #620 any time soon, may consider to add this to LorieView. Note that Termux:App does the same thing in this line.
LorieView
@Override public InputConnection onCreateInputConnection(EditorInfo outAttrs) { outAttrs.inputType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD; return super.onCreateInputConnection(outAttrs); }
No response
The text was updated successfully, but these errors were encountered:
907440a
No branches or pull requests
Problem description
Continuation of #635 because it is actually not fixed. I opened this issue to prevent forgetting about it.
What steps will reproduce the bug?
3c8cc75 does not work without setting
outAttrs.inputType
.My previous test results are based on this PR #620 (cuz you mentioned BaseInputConnection at the beginning).
If you don't want to merge PR #620 any time soon, may consider to add this to
LorieView
. Note that Termux:App does the same thing in this line.What is the expected behavior?
No response
The text was updated successfully, but these errors were encountered: