-
Notifications
You must be signed in to change notification settings - Fork 83
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
No way to effectively disable the view #18
Comments
👍 I have the same issue. I would like to input text via an onscreen keypad (not the keyboard) and I'm not able to disable the focus on the input. Is there a way to do this ? |
At the moment it seems there isn't a specific way to achieve that. |
Would be great! |
Hello, I created a pull request minutes ago related to the problem, hope in a quick merging! |
@contervis Did you successfully do that ? then lets just ask @Philio to merge it. Is he even there ? |
@contervis Can you please tell me what is the name of your pull request ? |
.setFocusable(false)
.setFocusableInTouchMode(false)
.setEnabled(false)
.setClickable(false)
All of these methods, during my test, keep me able to compile the PinEntryView.
Regards.
The text was updated successfully, but these errors were encountered: