Reputation: 418
I am using MathJax in my application to render Mathml in WebViews. I see that this library MathJax is very slow in rendering Mathml.
Is There any other library that can be used to Render Mathml. Please help, by your inputs as Suggestion in comments or links to repository.
Thanks in Advance, Jose
Upvotes: 0
Views: 920
Reputation: 2697
If you are targeting Android, you can use Firefox for Android, by developing a Webapp, that has native MathML support and because of it will be much faster than MathJax or other Javascript solution. The only "problem" right know is that Android don't have fonts that support math and because of it the render can be not as good as you want.
Upvotes: 1