我正在尝试从我的应用程序中的链接链接到外部URL(这曾经用于旧版本的Phonegap)但是我找到了一个无法导航回来的网页。关闭应用并重新打开只会返回到网页,而不是链接所在的应用页面。 真的需要一些帮助。
答案 0 :(得分:1)
您可能需要考虑使用Childbrowser插件进行Phonegap。在处理外部链接时,这非常方便。它允许您在应用程序中打开外部链接。以下是一些有用的链接:
https://github.com/phonegap/phonegap-plugins/tree/master/Android/ChildBrowser https://github.com/purplecabbage/phonegap-plugins/tree/master/iPhone/ChildBrowser
这可以给你一些想法:
http://moduscreate.com/opening-all-urls-with-phonegaps-childbrowser-plugin/
答案 1 :(得分:0)