【发布时间】:2014-04-28 13:31:44
【问题描述】:
下面提到的代码能够显示键盘,但问题是在按下任何键后它给了我"body is not activated.....",因为
document.getElementById("userid").focus();
但是如果我删除 document.getElementById("userid").focus(); 键盘将不会生成并且密钥开始工作
IME 示例代码
SceneSignIn.prototype.handleShow = function (options) {
alert("SceneSignIn.handleShow()");
// this function will be called when the scene manager shows this scene
this.ime_plainText = new IMEShell("userid");
this.ime_passwordText = new IMEShell("password");
document.getElementById("userid").focus();
}
【问题讨论】:
标签: javascript html samsung-smart-tv ime