Android Webview: How To Load Page After Javascript Execution
Relating to this SO question, I want to remove the notifications as well as the flicker that occurs when displaying TeX in a WebView in android. I tried the AsyncTask method, to pr
Solution 1:
The HttpGet
class is for an HTTP request, so the URL must start with http://
.
If you are using MathJax as the TeX viewer, then refering to this Stack Overflow question, you could add messageStyle: "none"
to your MathJax configuration. This way can disable MathJax's loading notifications in any environments.
Post a Comment for "Android Webview: How To Load Page After Javascript Execution"