gpt4 book ai didi

cordova - 用于加载 Ionic/Cordova 应用程序外部的外部链接

转载 作者:行者123 更新时间:2023-12-04 11:04:36 25 4
gpt4 key购买 nike

我正在开发一个 Ionic/Cordova 应用程序,我在其中加载有时包含外部链接的提要和新闻。我需要在应用程序之外加载这些外部链接,而不是在 InAppBrowser 中,而是在手机浏览器中。

是否可以将其作为所有链接的默认行为?

最佳答案

对于外部链接,您必须使用 inAppbrowser Plugin.For您在包含插件后在手机浏览器中打开的要求。使用代码

var ref = window.open('http://apache.org', '_system', 'location=yes');

/*
_self: Opens in the Cordova WebView if the URL is in the white list, otherwise it opens in the InAppBrowser.
_blank: Opens in the InAppBrowser.
_system: Opens in the system's web browser.
*/

关于cordova - 用于加载 Ionic/Cordova 应用程序外部的外部链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29430725/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com