MathJAX in Android
问题 I am trying to display math formulae in Android's webview. I ve written the code in a separate html file and using the following code to display the formulae: String data =inputStreamToString1(); myWebView.loadData(data, "text/html", "utf-8"); I've placed the following lines in the html file to load mathJAX dynamically: <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> The problem is when I run the app in emulator