我尝试通过Ionic Framework的官方指导在我的Android应用中启动相机。 但是,当我将代码1:1复制到我的应用程序中时,总是收到消息“对象(...)不是函数”。
TypeError:Object(...)不是函数 在CameraOriginal.getPicture(http:...:8100 / build / vendor.js:207254:138) 在HomePage.webpackJsonp.174.HomePage.getPicture(http:...:8100 / build / main.js:33:78) 在Object.eval [作为handleEvent](ng:///AppModule/HomePage.ngfactory.js:84:27) 在handleEvent(http:...:8100 / build / vendor.js:13914:155) 在callWithDebugContext(http:...:8100 / build / vendor.js:15423:42) 在Object.debugHandleEvent [作为handleEvent](http:...:8100 / build / vendor.js:15010:12) 在dispatchEvent(http:...:8100 / build / vendor.js:10329:25) 在http:...:8100 / build / vendor.js:10954:38 在HTMLButtonElement。 (http:...:8100 / build / vendor.js:42668:53) 在t.invokeTask(http:...:8100 / build / polyfills.js:3:15660)
我的版本: 离子框架:3.9.3 Ionic应用程序脚本:3.2.1 角核:5.2.11 Angular编译器CLI:5.2.11 节点:10.15.3 操作系统平台:Windows 10 导航器平台:Linux i686 用户代理:Mozilla / 5.0(Linux; Android 8.1.0; Android SDK
这是官方指南的链接: https://ionicframework.com/docs/native/camera#installation