当像youtube.com或其他人设置的网址时,它会在webBrowser中打开,但是当保留pdf链接时没有任何反应,为什么会这样?
WebBrowser pdfview = new WebBrowser();
pdfview.setURL("http://www.codenameone.com/files/developer-guide.pdf");
//this link downloads the pdf file in browser but does nothing in codename one browser...
f.addComponent(pdfview);
我想从浏览器中查看这个pdf
答案 0 :(得分:1)
在浏览器组件中打开PDF只能在设备上运行,不能在模拟器中运行。