Closed AenaQadeer closed 5 months ago
String html = converter.rtf2html(path.toString()); Log.d("txtresult",path.toString()); Log.d("txtresult",html);
WebView webView; webView=findViewById(R.id.rtf); WebSettings webSettings = webView.getSettings(); webSettings.setAllowContentAccess(true); webSettings.setAllowFileAccess(true); webView.loadUrl(html); webView.requestFocus();
I am trying but nothing show on screen. Can u help? @bbottema
String html = converter.rtf2html(path.toString()); Log.d("txtresult",path.toString()); Log.d("txtresult",html);
I am trying but nothing show on screen. Can u help? @bbottema