How to Display PDF File with in the same App in phonegap
how to show Pdf file with in the same phonegap app. i tried Inappbrowser,Mupdf,PDFJS all are displaying PDF using other pdf viewer.i would like to open the pdf file with in the same app.Can anyone help me out.Thanks in advance (Excuse my poor English) I don't know what you mean "in the same app", because inappbrowser , Mupdf and pdf.js can all do that. In Android platform, most popular solution is send intent and open via other pdf viewers because users can choose there favorite(you can try File Opener 2 ). If you don't like that, you can build an Activity for displaying pdf in your app, just