Есть ли способ напрямую открыть PDF-файл, созданный с помощью Mpdf, в веб-просмотре?
webview = (WebView) findViewById (R.id.webview); webview.getSettings (). setJavaScriptEnabled (истина);
pDialog = new ProgressDialog(p.this);
pDialog.setTitle("PDF");
pDialog.setMessage("Loading...");
pDialog.setIndeterminate(false);
pDialog.setCancelable(false);
webview.loadUrl("https://proffitto.com/serverApi/nn.php?var="+sharedPreferences.getString("id",""));