avoid ios bug (keystore spam)

This commit is contained in:
ed 2025-08-10 11:45:20 +00:00
parent e5e822951d
commit 03acd65e96

View file

@ -625,7 +625,7 @@ catch (ex) { }
tt.init();
var o = QS('input[name="uname"]') || QS('input[name="cppwd"]');
if (!ebi('c') && o.offsetTop + o.offsetHeight < window.innerHeight)
if (!MOBILE && !ebi('c') && o.offsetTop + o.offsetHeight < window.innerHeight)
o.focus();
o = ebi('u');