MathJax: Hiding Mathjax loading process
问题 I have Mathjax in my code that I show in UIWebView . while Mathjax is loading it shows the loading process n the left down corner of my UIWebView same as below pics, that i want to hide them. I do not want my user see them. note : dummy solution is showing a fake "Loading" for some second that loading process finish and then show UIWebView . I really do not want to use this way. 回答1: In your MathJax configuration, you can add this: messageStyle: "none" According to the documentation, this