How to achieve display of embedded PDF files in WebView?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
I have a simple Android client for my website based on WebView . My goal is to display, or at least download PDF files located on the page. The problem is that these PDF files are embedded(inside the embed tag), and WebView doesn't display them. Example of embedded PDF: <embed class="my-class" type="application/pdf" src="data:application/pdf;base64,[base64string]"> , where [base64string] is base64 representation of PDF file. However, the Chrome browser (hereinafter means version for Android) understands embedded PDF files and offers to open them. As far as I know, Chrome and WebView h