Is there any way I can directly open pdf generated using Mpdf in webview
webview = (WebView) findViewById(R.id.webview); webview.getSettings().setJavaScriptEnabled(true);
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",""));