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

VerifyListener Android #440

Open
KathrinKieckbusch opened this issue Jun 24, 2016 · 0 comments
Open

VerifyListener Android #440

KathrinKieckbusch opened this issue Jun 24, 2016 · 0 comments

Comments

@KathrinKieckbusch
Copy link

We use a verifyListener on a TextField. With the verifyListener we catch all letters because its a number field. When the user enters a letter the verifyListener opens a ClientDialog and deletes the letter. That's great. But when the user enters again somethig worng the verifyListener checks the textField a few times an opens the ClientDialog twice. And when the user enters tree times a letter the verifyListener checks again a few times and opens the ClientDialog also twice. That problem only occures on Android. On iOS the verifyListener checks the textFied once per enter no matter how often we entered a letter. How can we open the clientDialog always once?

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

1 participant