judemanutd / KaTeXView

KaTeX View for android
MIT License
55 stars 12 forks source link

KaTeXView appearing late #6

Open anxhela15 opened 4 years ago

anxhela15 commented 4 years ago

We are getting a string that contains LaTeX code from a server. We are setting this string line by line in a for loop using KaTeXView. The problem is that when we run the application, first the LaTeX format ($ signs ) is shown, then it is converted to KaTeXView. How can we directly get the KaTeXView without showing the LaTeX format?

uburoiubu commented 2 years ago

Also interested in this issue.