0

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",""));
  • `WebView` has no built-in ability to display a PDF. – CommonsWare Jun 21 '20 at 11:13
  • Check [this answer](https://stackoverflow.com/questions/58155621/react-native-webview-for-android-not-displaying-pdf-and-word-files/58158874#58158874) – aytek Jun 21 '20 at 12:33
  • 1
    Does this answer your question? [React Native WebView for Android not displaying PDF and Word files](https://stackoverflow.com/questions/58155621/react-native-webview-for-android-not-displaying-pdf-and-word-files) – Finwe Jun 22 '20 at 05:40

0 Answers0