Open Poola123 opened 7 years ago
Hello,
To the above error i have tried stacktracer to find the problem.I got few errors.i am attaching a screenshot of the errors.Can anyone help me to solve the problem.
Stacktrace function:
function stackTrace() {
var err = new Error();
console.log('Error: ' + err.stack);
alert('Error: ' + err.stack);
return err.stack;
Thankyou.
Hello, I am trying to develop a phonegap app.In this process i have to send a email so i used the plugin while am running the app i got an error:class not found. Can anyone help me how to solve this issue. Thank you.