gpt4 book ai didi

javascript - 为什么 iOS 手机不能使用 focus()

转载 作者:行者123 更新时间:2023-11-30 16:20:42 24 4
gpt4 key购买 nike

我正在尝试使用 javascript 函数 focus(),但它在 safari mobile 上不起作用。我该如何解决这个问题?

<html lang="en">
<head>
<meta charset="UTF-8">
<title>demo</title>
<script type="text/javascript">
window.onload=function() {
document.getElementById('username').focus();
}
</script>
</head>
<body>
<input type="text" id="username" >
<input type="text" >
</body>
</html>

最佳答案

出于安全原因,iOS 不允许自动触发 .focus()

关于javascript - 为什么 iOS 手机不能使用 focus(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34784499/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com