嗨,我想用两个按钮构建一个cordova应用程序。
我有一个插件,用于在我的Android应用程序中显示吐司。
如果我点击按钮我看不到吐司,但是我执行没有按钮的代码我可以看到吐司。
这是我的index.html:
userSchema.find({}, function(err, users) {
if (err) throw err;
users.forEach(function(u,i){
var users = [];
jobSchema.find({u_sno:s.u.sno}, function(err, j) {
if (err) throw err;
if (!u) {
res.end(JSON.stringify({
status: 'failed:Auction not found.',
error_code: '404'
}));
console.log("User not found.");
return
}
users.push(j);
})
})
res.send(JSON.stringify({status:"success",message:"successfully done",data:{jobs:j,users:u}}));
})
这是我的index.js:
<div id="deviceready" class="blink">
<p class="event listening">Connecting to Device</p>
<p class="event received">Device is Ready</p>
<button onclick="setShortToast()">
Kurz
</button>
<button onclick="setLongToast()">
Lang
</button>
</div>
答案 0 :(得分:1)
验证JS已加载并尝试调用app.setShortToast()