Open Makman2 opened 7 years ago
I am facing this problem too. This issue did not occur with KaTeX, but I have to use MathJax because of its new line and autoscale features.
To solve it I made a temporary fix using visibility attribute of the MathView. I start it with INVISIBLE. When I do calc, I set it to VISIBLE using a handler.postDelayed(3000), i.e., with 3 seconds delayed. But this is not the ideal solution. :(
but it's at least a workaround :+1: :)
When initializing my activity which uses a
MathView
with MathJax, it renders a few times until the final rendered results is ready. This looks a bit ugly as especially the layout/dimensions of the view do change.Is there a possibility to wait until the rendering is done completely? Or at least it starts-up empty and renders just once, instead 3-4 times?