-
Notifications
You must be signed in to change notification settings - Fork 134
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
TagView is not initiated or not display and also get overlap #11
Comments
I am in high priority to complete the work. Is there any solution to this issue? I have try adding TagView infooter for ListView in your given example. But when I have added same in recyclerview for footer, it is not working as expected. It is appearing after i scroll second time to bottom. Sincerely, |
Also there is one more issue I have observer here, the tags are getting updated on each other. Please resolved this issue and let me know, or I need to move on other library as this is worth to use as per my requirements. Thanks. Sincerely, |
@kaedea Can you please guide me for the cause of this issue and resolved it. I have to deliver the app to my client. But just because of this I can't. Sincerely, |
Hey, SP. |
OK. Thanks for reply. I am updating it and will let you know about it. |
@kaedea Please review that in depth. Thanks. |
Well, set TagView#drawTags to public and call this method after |
@kaedea I have observed that somehow, it is not getting initiated while scrolling down first time. That's why it get return. While on second time scrolling it get get initiated and displaying me the tags. I have updated this code in drawTags()
So, first time I got log printed and not second time. Hope you got my point. Looking for solution to that. Sincerely, |
Please try debug in the Constructor of TagView to see where the logic is wrong. |
@kaedea Please update me for the feasible solution to that. Sincerely, |
Well, now the problem is that the code works just porfect for me. |
Please see this pr. It may help. #7 |
@KANGOD @kaedea I have already try your demo with the listview and it is working fine there. But not with recyclerview. Please try that with recycler view as well. Sincerely, |
tagview inside (layout within layout) nested layout not display but work perfactly when i use tagview inside layout. any solution please? |
Have you got any solution to issue, i have mention? |
I have seen that the issue is with below method in TagView class.
Please check that for footer view of the recycler view and update it. I don't know what changes makes it to work proper. Sincerely, |
Is there any solution to that or should I have to move on other library? I suppose that will gone resolved with in 1 week. But its taking more time. Sincerely, |
@ShreyashPromact sorry to leave this bug so long I have tested it and it does exist. I have try to refractor this project. There is a substitute repo you may check it out. Chinese coder is occupied with jobs all day and sorry for this bug again. |
I have added tagview to my recyclerview's footer. I am facing issue like, when I scroll to down. initially tags that is in the footer is not going to display. But then I scroll a little bit to up direction and again come back to footer, it show me the tags. I dont know where is the issue.
I am adding tags as mention below:
My code is proper in footer because other view that I have mention in footer looks fine with even initial scrolling. But Tags is not getting displayed when scroll initial.
Please share solution to that with me.
The text was updated successfully, but these errors were encountered: