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

Cursor Position #2

Open
DunDun69 opened this issue Oct 11, 2017 · 1 comment
Open

Cursor Position #2

DunDun69 opened this issue Oct 11, 2017 · 1 comment

Comments

@DunDun69
Copy link

Awesome work mate! Just one issue though.

The current implementation ignores the text field cursor position and always assumes that the user is typing after the last character. It would be cool to have the ability to move the cursor around and type/delete from where its located.

Again, awesome work, thanks a lot 👍

@iibrahimbakr
Copy link
Owner

iibrahimbakr commented Oct 12, 2017

Cursor already exist at last character. Just add it as drawable into style field.
The slight issue is a position of cursor in this project not correctly shifted to right or left according to direction of language. I will fix it soon.
I think in RTL language you make cursor position 0 always textField.setCursorPosition(0);.

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