Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、私のアプリは Google ドキュメントの助けを借りて Webview でオンライン PDF ファイルを開きます。URL へのリンクは次のようになります。
webV.loadUrl("https://docs.google.com/viewer?url=mylinkto.pdf");
そして、それはうまく機能します。私の質問は、同じように機能する Google ドキュメント以外の他の PDF ビューアーがあることです。リンクを結合してWebviewで開くことができますか?