delay showing keyboard
This commit is contained in:
parent
20ad475761
commit
c121e78054
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default {
|
||||||
: (object.autocapitalizationType = "words");
|
: (object.autocapitalizationType = "words");
|
||||||
object.hint = this.hint;
|
object.hint = this.hint;
|
||||||
object.focus();
|
object.focus();
|
||||||
setTimeout(() => Utils.ad.showSoftInput(object.android), 1);
|
setTimeout(() => Utils.ad.showSoftInput(object.android), 100);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|
Loading…
Reference in a new issue