简体   繁体   English

Phonegap-在浏览器中打开链接

[英]Phonegap - open links in browser

I have a button "visit site". 我有一个“访问站点”按钮。 Clicking on this button, the webpage should open in a new browser 单击此按钮,网页应在新的浏览器中打开

I tried window.open(LinkURL, '_system'); 我尝试了window.open(LinkURL, '_system'); and some other solution but every time page is opening over app. 和其他解决方案,但每次通过应用打开页面时。

Any help is appreciated. 任何帮助表示赞赏。

thanks 谢谢

No solution worked for me. 没有解决方案对我有用。 I solved this issue by opening links in iFrame and providing a close link to the top left corner of the iFrame 我通过在iFrame中打开链接并提供到iFrame左上角的紧密链接来解决了此问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM