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

Avoid direct text editing by soft keyboard #12

Closed
reza-dev20 opened this issue Jan 31, 2022 · 3 comments
Closed

Avoid direct text editing by soft keyboard #12

reza-dev20 opened this issue Jan 31, 2022 · 3 comments

Comments

@reza-dev20
Copy link

hello
How to prevent the keyboard from opening when touching text?(prevent change text by keyboard)

@kojofosu
Copy link
Owner

you want the ability to disable the edittext when you tap on it?

@reza-dev20
Copy link
Author

reza-dev20 commented Jan 31, 2022

you want the ability to disable the edittext when you tap on it?

yes
I think it is better to add a method to access edittext. So that everyone can adjust it according to their needs

@kojofosu
Copy link
Owner

@reza-dev20 so you can now call this method to enable of disable value inpu

 hQ.isReadOnly = true // Disable value input from keyboard. Default false

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