I’m trying to implement event trigger on long keypress on android seekbar thumb handle.
Does anyone knows if it’s possible to identify long keypress on seek bar handle (thumb picture)?
Thanks,
Lior
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think there’s any method to support long-press event particularly on the thumb drawable. However you may achieve this with some custom logic as suggested in this answer.