You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/13 16:33:48 UTC

[GitHub] [cordova-plugin-camera] jcesarmobile commented on issue #544: Cannot read property 'getPicture' of undefined

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org