delay showing keyboard

This commit is contained in:
vishnuraghavb 2021-04-21 16:02:03 +05:30
parent 20ad475761
commit c121e78054

View file

@ -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() {