我正在尝试使用Typescript在我的Ionic2项目中使用ThemeableBrowser插件。 我尝试了很多方法,但没有成功。
a)在我的项目中添加插件(以下来自git插件的文档)
我收到错误&#cordova未定义'
b)我尝试过打字
" typings安装dt~cordova-plugin-themeablebrowser --save --global"
我收到了错误:'打字错误!消息无法找到" cordova-plugin-themeablebrowser" (" dt")在注册表中。'
c)我尝试在打字稿项目中使用第三个javascript库
- 我把'themeablebrowser.js'在我项目的www目录中。
- 我在index.html中添加了这个文件
- 我宣布了'#ThemeableBrowser'我的' page.ts'
- 当我调用ThemeableBrowser.open(' url',' _blank',选项)时
我收到错误'打开不是功能'
有人可以帮助我吗?