Using mdg:camera on my app, when I make the photo on android with my phone, I get an error: TypeError: Cannot call method 'apply' of undefined and then my app is restarted.
cordova, get picture
test1
test3
TypeError: Cannot call method 'apply' of undefined
test4
This happens before I take the photo with my phone.
Also I tried using the MeteorCamera function with the callback (without Meteor.warpAsync) but my app is restarted too.
Why this could be happen?
Hi!
Using mdg:camera on my app, when I make the photo on android with my phone, I get an error:
TypeError: Cannot call method 'apply' of undefined
and then my app is restarted.This is my code:
And this is what I see in the console
This happens before I take the photo with my phone. Also I tried using the MeteorCamera function with the callback (without Meteor.warpAsync) but my app is restarted too. Why this could be happen?