jcesarmobile commented on issue #544: Cannot read property 'getPicture' of undefined URL: https://github.com/apache/cordova-plugin-camera/issues/544#issuecomment-573752303 You have to link `cordova.js` in your `index.html` for Cordova and it's plugin to work. The file is generated/copied on build time, so you just have to add the link despite the file is not there yet. `<script src="cordova.js"></script>`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
