Currently my app opens online PDF files in Webview with help from Google docs, my link to the URL looks like this:
webV.loadUrl("https://docs.google.com/viewer?url=mylinkto.pdf");
And it works just fine. My question is there other PDF viewers except Google docs that works the same. So I can just combine link and open it in Webview?