Question

I am making a web application for iphone and Android where I have to show the math symbols. At first I used mathML, but it is not working for some symbols. My question is that "What is the alternative to show the math symbol in webkit/mobile web browser". Can anyone suggest me what will be the better option to go with

Was it helpful?

Solution

Have you tried using the MathJAX javascript library? It will automatically convert TeX and MathML snippets to pictures on the client side. It's the same that is used by for example math.stackexchange.com. Here is a demo page to try it out too.

It supports all major browsers and devices.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top