提交 41241f2f 编写于 作者: F fancy

移动端表单输入法隐藏导致下半部分空白的bug

上级 9953640c
......@@ -1682,7 +1682,10 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
this.startDraftProcess();
} else {
if (this.json.mode == "Mobile") {
this.processWork_mobile();
setTimeout(function () {
this.processWork_mobile();
}.bind(this), 100);
} else {
this.fireEvent("beforeProcessWork");
if (this.app && this.app.fireEvent) this.app.fireEvent("beforeProcessWork");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册