gpt4 book ai didi

cordova - 如何在 ionic 4 中使用非原生 cordova 插件

转载 作者:行者123 更新时间:2023-12-02 02:51:16 32 4
gpt4 key购买 nike

我正在尝试在我的 Ionic 4 应用程序中使用这个插件: https://github.com/IOCare/cordova-plugin-smartconfig

我使用 ionic cordova plugin add https://github.com/IOCare/cordova-plugin-smartconfig.git 安装了插件,它似乎可以很好地添加到项目中。 Cordova插件列表显示:cordova-plugin-smartconfig 1.0.4 "Cordova Smart Config"

我试过:

声明 var espSmartConfig: any; 并使用 espSmartConfig.startConfig()

声明 var cordova: any; 并使用 cordova.plugins.espSmartConfig.startConfig(),

声明 var window: any; 并使用 window.espSmartConfig.startConfig()

..但一切都无法确定。我在我的 Android 手机上尝试过 Ionic DevApp,在我的 PC 上尝试过 chrome。

我确定我遗漏了一些明显的东西,但我不知道是什么。我找到的所有文档都指的是 native 插件。

最佳答案

  1. 首先使用添加插件。

cordova 插件添加 https://github.com/IOCare/cordova-plugin-smartconfig.git

  1. 然后在 app.ts 中

声明 var espSmartconfig;

  1. 要启动配置,请使用它。

espSmartconfig.startConfig("ssid", "00:00:00:00","password", "NO", 1, function (res) { }, function (error) {console.log(错误);});

  1. 记得在完成后停止配置。

espSmartconfig.stopConfig(function (res) { console.log(res); }, function (error) {console.log(error);});

关于cordova - 如何在 ionic 4 中使用非原生 cordova 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52093202/

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