-
Notifications
You must be signed in to change notification settings - Fork 58
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
Issue while using in recyclerview #18
Comments
Am also facing the same issue The above solution by Slake07 seems to work thanks |
@Slake07 Thanks for the solution it seems to work now @ponnamkarthik You can close this issue now. |
Actually here I am not using RichLinkview class as I am using Richpreview class and populating values to my own xml and getting same issues. |
I solved it!!! |
hey, do you guys just manually edited the code while downloading? I have implemented and the code is only readable? know any way bypassing? Or I also implement it manually? |
@santhoshpr can you tell me how you edited the code? I am not familiar with manual installation. |
@Mahato12nikhil can you help me build is not working for me |
When in recycleview link fetch every time when scroll. So I also use a static map to hold url with metadata and check if previous url already successfully fetch for metadata or not.
|
When I am using RichLinkView into recycler view, it generates layout every time I scroll my recycler view.
I solved this issue with change in RichLinkView class.
call below initView() method in every constructor of RichLinkView class.
Then call setData() method into setLink() method instend of initView().
The text was updated successfully, but these errors were encountered: