标签: ionic2 inappbrowser
我正面临着从使用InAppBrowser在ionic2 app中启动的网页打开pdf文件链接的问题。使用以下代码:
this.iab.create(url, "_self", {location : 'no',hidden : 'no'});
如果我们使用以下网址启动网页,我可以打开pdf文件链接
this.iab.create(url, "_system", {location : 'no',hidden : 'no'});