Closed BenieD closed 3 years ago
sorry the very late reply
did you eventually solve the problem?
You can only use the plugin after deviceready
is triggered
document.addEventListener('deviceready', function () {
// cordova.plugins.email is now available
cordova.plugins.email.open()
}, false);
Hello,
im trying to get this code to work on my android phone but when i try to run cordova.plugins.email.open() the error message is TypeError: Cannot read property 'email' of undefined.
is anyone else having this issue? any ideas how i can get it to work? many thanks for your time David