- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Personally, I need some help, I am new to android and Intel XDK. See my code below. I can not send email. Where am I
going wrong? because the code produces no effect ?. I am using Intel XDK version 3400 and the plug-cord-mail ... My
smartphone is moto g, android. please help me. Thank you.
<Script>
document.addEventListener ('deviceready', function () {
// Cordova.plugins.email is now available
}, False);
cordova.plugins.email.isAvailable (
function (isAvailable) {
// Alert ( 'Service is not available') unless isAvailable;
}
);
</ Script>
<Button onclick = "mail ()"> Email </ button>
<Script>
email function () {
alert ( 'ok')
cordova.plugins.email.open ({
to 'luisv77@bol.com.br'
subject: 'Greetings'
body: 'Hello How are you?'
});
}
</ Script>
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page