I have put a LaTex script which I render using MathJax CDN. This is the code I used:
public class MainActivity extends AppCompatActivity {
private WebView wq;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
WebView wv;
wv = (WebView) findViewById(R.id.qtext);
wv.loadUrl("file:///asset/circleeq.html");
}
}
It was displaying on my android some weeks ago without any issue, but today its does not show. Help me why?
My HTML script:
ERROR here:
E/chromium: [ERROR:interface_registry.cc(104)] Failed to locate a binder for interface: autofill::mojom::PasswordManagerDriver
E/AndroidProtocolHandler: Unable to open asset URL: file:///android_asset/circleeq.html