Open jordizspmobile opened 4 years ago
Looks like connected with this one https://github.com/psharanda/Atributika/issues/130
@jordizspmobile I just need to show the image and do not need the tap. In that case, your code should download the image and show it but I was wondering does it ever show the image.
Because when the attributed string is built the image is not present, it is being downloaded, and after that textAttachment's image is set. By this time the attributed string is already shown. Setting the image on textAttachment
after that has no effect in my case.
How do we update the textAttachment
after the image is downloaded?
Hello all!
First at all, I think that library is amazing, but I have an issue with the library, this issue is produced when:
I add an image with
<img scr="http://www.example.com/image.jpg" />
all the links with 'a' tags don't work because onClick doesn't call.Is there any issue or I do something wrong?
My code: