Philio / PinEntryView

A pin entry view widget for Android.
222 stars 83 forks source link

No way to effectively disable the view #18

Open r-whites opened 8 years ago

r-whites commented 8 years ago

.setFocusable(false) .setFocusableInTouchMode(false) .setEnabled(false) .setClickable(false)

All of these methods, during my test, keep me able to compile the PinEntryView.

Regards.

saveman71 commented 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 ?

r-whites commented 8 years ago

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.

saveman71 commented 8 years ago

Would be great!

r-whites commented 8 years ago

Hello, I created a pull request minutes ago related to the problem, hope in a quick merging!

gau4sar commented 7 years ago

@contervis Did you successfully do that ? then lets just ask @Philio to merge it. Is he even there ?

gau4sar commented 7 years ago

@contervis Can you please tell me what is the name of your pull request ?