Open yasaman93 opened 8 years ago
I`m also facing this issue have you found any solution @yasaman93
Faced this exact same issue. I simply put this line below, before setting click listeners.
tagContainerView.setIsTagViewClickable(true)
Solved perfectly.
I use this library in items of recyclerview and set onClickListener to each of tags : `mTagContainerLayout.setOnTagClickListener(new TagView.OnTagClickListener() {
});`
My recyclerview items are cardViews and I set onClickListener to their cardview too.
My problem is sometimes when I click on tags, nothing happens and sometimes my code in onclickListener works! why?