jianzhongli/MathView

While using MathJax in a WebView, I'm receiving this in the Logcat.

Opened this issue · 1 comments

cr_BindingManager: Cannot call determinedVisibility() - never saw a connection for the pid: 18999

Till now I tried this:

getSettings().setJavaScriptEnabled(true);
getSettings().setDomStorageEnabled(true);
   setWebViewClient(new WebViewClient() {
            public boolean shouldOverrideUrlLoading(WebView view, String url) {
                return false;
            }
        });

Don't use WebView because MathView uses WebView already.