我正在使用github上的cordova插件,不適用於離子原生。在離子2中使用非離子原生插件2
我有問題。如何在離子2中使用非離子原生插件?
我嘗試:
declare var myPlugin: any;
myPlugin.doSomething(...)
和其他論壇的解決方案
但我有錯誤:
ReferenceError: myPlugin is not defined
at new HomePage (http://localhost:8100/build/main.js:18762:9)
我的配置:
Ionic Framework: ^2.0.0-rc.3
Ionic Native: ^2.2.3
Ionic App Scripts: 1.0.0
Angular Core: 2.2.1
Angular Compiler CLI: 2.2.1
Node: 6.9.5
OS Platform: Windows 10
Navigator Platform: Win32
cordova 6.5.0
同樣的問題: Working with non ionic-native plugins in Ionic 2
你可以添加一個鏈接到你正在嘗試使用的插件嗎? 正如您提供的鏈接中所建議的那樣,您是否嘗試登錄'cordova'來查看插件是否在那裏? –
你正在嘗試在一個設備或離子發球? –
在離子發射,測試初始化功能。我會嘗試設備。 – ghot