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

Keyboard is not showing up when clicked on parked view #2

Open
raviteja06 opened this issue Oct 26, 2015 · 6 comments
Open

Keyboard is not showing up when clicked on parked view #2

raviteja06 opened this issue Oct 26, 2015 · 6 comments

Comments

@raviteja06
Copy link

I imported your code and used the example code into xml. But when i click on view the keyboard is not showing up. Any suggestions?

@gotokatsuya
Copy link
Owner

Thank you for using.

Hmm... . I have not good idea soon.

Did you rewrite my example code ?

@raviteja06
Copy link
Author

I just copied what ever you have in the description.

BTW, this is a nice. Hope you develop more like this.

@EpariNigam
Copy link

Same issue, I am also facing, I just downloaded the project and ran it in 5.1.1, the keyboard is not opening.

@pishguy
Copy link

pishguy commented Jan 9, 2017

@EpariNigam could you resolve this problem?

@varun-manjunath
Copy link

@raviteja06 @EpariNigam @MahdiPishguy Haha, I had the same problem... The first thought that came to my mind was focusability, so I tried:

android:focusableInTouchMode="true"

and it worked like a charm! ;)

P.S Hey, @gotokatsuya Thanks for this nice library, cool name too, the only catch is that it sounds like a subclass of TextView, instead of EditText! :P

@varun-manjunath
Copy link

Hey, @gotokatsuya Just tried fixing it from the class side so that there's no change required in the XML side. I simply put setFocusableInTouchMode(true); in the ParkedViewText.init() and it all falls in place. :)

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

5 participants