Skip to content
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

Open
r-whites opened this issue Feb 7, 2016 · 6 comments
Open

No way to effectively disable the view #18

r-whites opened this issue Feb 7, 2016 · 6 comments

Comments

@r-whites
Copy link

r-whites commented Feb 7, 2016

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

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

Regards.

@saveman71
Copy link

👍 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
Copy link
Author

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
Copy link

Would be great!

@r-whites
Copy link
Author

r-whites commented Mar 6, 2016

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

@gau4sar
Copy link

gau4sar commented Feb 4, 2017

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

@gau4sar
Copy link

gau4sar commented Mar 23, 2017

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

sankar4n added a commit to sankar4n/PinEntryView that referenced this issue Sep 29, 2017
Fixes: Philio#18, Philio#39, enables the developer to have custom keyboard as requested in Philio#10
sankar4n added a commit to sankar4n/PinEntryView that referenced this issue Sep 29, 2017
Fixes: Philio#18, Philio#39, enables the developer to have custom keyboard as requested in Philio#10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants