我使用phonegap 3.3和angularjs来构建应用程序。 我在iframe中加载内容。 在这个iframe中有很多链接在应用程序中打开pdf和html页面。 我想在新浏览器中打开链接.. 我试过InAppInABrowser,但它不起作用。 任何解决方案?
结构是:
...
<iframe src="http://xxx.xx.xx.xx/test.html" >
...
http://xxx.xx.xx.xx/test.html中的有很多:
...
<a href='javascript:void(0)' onclick='window.open(url,"_blank");'>text</a>
...
谢谢卡罗