mathew-kurian/TextJustify-Android

Doesn't work setOnClickListener

AseevEIDev opened this issue · 3 comments

Can't set onClick or onLongClick, it doesn't work. But setOnTouchListener works good. What can I do?
Thank you for your good work.

This because TextView is built on top of ScrollView which consumes such events I believe

Sent from my iPhone

On Jan 29, 2016, at 3:50 AM, AseevEIDev notifications@github.com wrote:

Can't set onClick or onLongClick, it doesn't work But setOnTouchListener works good What can I do?
Thank you for your good work


Reply to this email directly or view it on GitHub.

I think so too. I made this methods manually with onTouch. You can make it manually in your class too

Is there anyway to possible fix this? I am having the same issue, my TextViews are in the ScrollView, but its not working.