0
預覽如何禁用下載和桌面選項,當我試圖在Android應用程序中打開這個時候。
WebView mWebView = (WebView) findViewById(R.id.WebView01);
String pdfurl = ""; // Url of pdf or doc file.
String weblink="http://docs.google.com/gview?embedded=true&url="+pdfurl;
mWebView.loadUrl(weblink);
@本巴,只需出示你的代碼什麼ü試圖.. – FarhaSameer786
當然請編輯的問題 – Anirban
指http://stackoverflow.com/questions/17761231/display-pdf-in-webview-of-android – nikhil