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

Validation popup appearing without text in samsung s6 android version 5.1.1 #39

Open
hafs-r opened this issue Jan 20, 2016 · 3 comments

Comments

@hafs-r
Copy link

hafs-r commented Jan 20, 2016

I'm using android-validation-komensky to validate my signup form, I found it is working fine in all devices I tested, but in Samsung S6 it does'n show the text inside error popup.

@douglasjunior
Copy link
Contributor

The library uses "setError (String)" to create the error message.

This depends on the version of Android and the component you are using. This message may appear in different ways.

android-edit-text-error 1

telaseterror 1

ldkiq 1

Try manually setting a error message, and see if it works.

Do it:

editText.setError("Testing error message");

@hafs-r
Copy link
Author

hafs-r commented Jan 23, 2016

I resolved it by changing EditText style, Thank you for the quick response.

@douglasjunior
Copy link
Contributor

Ok, welcome.

Please closes #39.

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

2 participants