Open r-whites opened 8 years ago
:+1: 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. Maybe I'll contribute to this repo as I suspect a lack of code in the PinEntryView class to handle the issue we're taking about.
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.