Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个 PhoneGap 应用程序,并且在某些部分他们重定向到一个实际的网站,而不是本地文件。当我关闭并重新打开应用程序时,它会显示上次查看的页面。当应用程序打开时,我需要它返回主页。
我怎么做?
您可以使用 InAppBrowser 启动外部 Web 链接。这样,当您打开外部链接并关闭InAppBrowser时,它将返回到您的应用程序。
查看有关如何使用它的官方文档。
InAppBrowser