我正在使用bootstrap(html5 + cordova)创建一个简单的按钮。它适用于英特尔的应用预览应用,但是当我在Android上安装它时,它无效。
app.js
function feedback() {
var bodyText = 'write your message here';
intel.xdk.device.sendEmail(bodyText, "amir329@icloud.com", "", true, "", "" );
}
的index.html
<button onclick="feedback();">feedback</button>
检查图片
答案 0 :(得分:0)
问题解决了。这家伙已经制作了一个正在运行的插件。我现在正在使用它.. https://github.com/krisrak/html5-cordova-plugin-sharing