无法在ipad mini的safari浏览器中的html输入控件中输入文本

无法在ipad mini的safari浏览器中的html输入控件中输入文本,html,ipad,mobile-safari,Html,Ipad,Mobile Safari,我使用html和asp.net创建了一个登录控件,如下所示 <div id="login_Background" style="width:100%;position:absolute;top:0px;bottom:0px;left:0px;right:0px;background-color:#000;z-index:1000;LEFT:27%;"> <div id="loginModal" class="container" >

我使用html和asp.net创建了一个登录控件,如下所示

<div id="login_Background" style="width:100%;position:absolute;top:0px;bottom:0px;left:0px;right:0px;background-color:#000;z-index:1000;LEFT:27%;">
        <div id="loginModal" class="container" >
            <h3>
                Login</h3>
            <div>
                <label id="login_warning" runat="server"></label>
                <input id="login_txtUsername" runat="server" type="text" placeholder="Username" />
                <input id="login_txtPassword" runat="server" type="password" placeholder="Password" />    
                <asp:Button ID="Button1" runat="server" Text="Enter" CssClass="button_login" OnClick="login_btnLogin_Click" />
            </div>
        </div>
        </div>

登录

我面临的问题是,我无法在safari for ipad或google chrome for ipad的文本框中输入任何内容,即使ipad上没有显示键盘。我在我的windows pc中的google chrome中检查了这个问题,它工作正常。有没有解决这个问题的方法?

有没有指向你网站的链接?没有,它不是托管在公共服务器上的。你的代码没有问题。我不知道在你们当地的机器里。哈哈哈