如何在ionic应用程序中添加电容器白名单插件



使用cordova时,文档清楚地说明了如何向cordova whitlist添加一些URL,以便在我的ionic应用程序上使用应用内浏览器打开它们。

$ cordova plugin add cordova-plugin-whitelist
$ cordova prepare
and then in the config.xml 
<allow-navigation href="http://example.com/*" />
<!-- Wildcards are allowed for the protocol, as a prefix
to the host, or as a suffix to the path -->

但我用的不是科多瓦而是电容器我找不到任何信息如何使用电容器添加白名单插件,config.xml将在哪里?关于如何进行这件事有什么建议吗?

只需npm安装插件,电容器允许所有连接

npm install cordova-plugin-whitelist
npx cap sync

相关内容

  • 没有找到相关文章

最新更新