P Pramod Gajbhiye Member Sep 13, 2020 #1 https://www.b4x.com/android/forum/t...t-engine-bbcode-parser-rich-text-view.106207/ I am following above link to learn text formatting using BBCodeView. I want to use Base64 image text in img tag to render inline image in BBCodeView. How can I do that?
https://www.b4x.com/android/forum/t...t-engine-bbcode-parser-rich-text-view.106207/ I am following above link to learn text formatting using BBCodeView. I want to use Base64 image text in img tag to render inline image in BBCodeView. How can I do that?
Erel B4X founder Staff member Licensed User Longtime User Sep 13, 2020 #2 Where does the base64 string comes from? Use the view tag with an ImageView instead. Upvote 0