Override EditText cursor moving behavior in android tv (fire tv)
up vote
0
down vote
favorite
I would like to know if there is any way to override the behavior of moving the cursor inside the EditText when you are in Android TV (Fire TV in my case). So you don't have a touchscreen but a D-pad to move around.
My use case explained:
I have the EditText that gets the focus and it has text inside. If the user would press the DPad to focus down or up to go to another view, the cursor moves instead of the focus. It forces you to press the DPad twice.
Making the cursor not visible doesn't help.
The only workaround I have so far is to select all text in the EditText programmatically.
Does anyone have a better solution?
android android-edittext focus android-tv amazon-fire-tv
add a comment |
up vote
0
down vote
favorite
I would like to know if there is any way to override the behavior of moving the cursor inside the EditText when you are in Android TV (Fire TV in my case). So you don't have a touchscreen but a D-pad to move around.
My use case explained:
I have the EditText that gets the focus and it has text inside. If the user would press the DPad to focus down or up to go to another view, the cursor moves instead of the focus. It forces you to press the DPad twice.
Making the cursor not visible doesn't help.
The only workaround I have so far is to select all text in the EditText programmatically.
Does anyone have a better solution?
android android-edittext focus android-tv amazon-fire-tv
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I would like to know if there is any way to override the behavior of moving the cursor inside the EditText when you are in Android TV (Fire TV in my case). So you don't have a touchscreen but a D-pad to move around.
My use case explained:
I have the EditText that gets the focus and it has text inside. If the user would press the DPad to focus down or up to go to another view, the cursor moves instead of the focus. It forces you to press the DPad twice.
Making the cursor not visible doesn't help.
The only workaround I have so far is to select all text in the EditText programmatically.
Does anyone have a better solution?
android android-edittext focus android-tv amazon-fire-tv
I would like to know if there is any way to override the behavior of moving the cursor inside the EditText when you are in Android TV (Fire TV in my case). So you don't have a touchscreen but a D-pad to move around.
My use case explained:
I have the EditText that gets the focus and it has text inside. If the user would press the DPad to focus down or up to go to another view, the cursor moves instead of the focus. It forces you to press the DPad twice.
Making the cursor not visible doesn't help.
The only workaround I have so far is to select all text in the EditText programmatically.
Does anyone have a better solution?
android android-edittext focus android-tv amazon-fire-tv
android android-edittext focus android-tv amazon-fire-tv
edited Nov 22 at 12:36
Mehran
134210
134210
asked Nov 22 at 11:55
Ultimo_m
2,78632143
2,78632143
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53430481%2foverride-edittext-cursor-moving-behavior-in-android-tv-fire-tv%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown