jianzhongli / MathView

A library for displaying math formula in Android apps.
Apache License 2.0
1.01k stars 189 forks source link

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

Open ghost opened 7 years ago

ghost commented 7 years ago

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;
            }
        });
maulikdadhaniya commented 6 years ago

Don't use WebView because MathView uses WebView already.