0

在此处输入图像描述我有一个基于 html5 的应用程序,我使用两个输入标签来输入电子邮件 ID 和密码。我还为电子邮件 ID 和密码使用了两个标签。现在,当页面加载时,这些文本框中不会出现任何文本,但是当用户尝试在任何文本框中输入一些文本并将光标置于其中时,会出现相应的标签文本。这怎么能去掉。

该问题仅存在于 Android 中,而不存在于 iOS 中。

<label for="username" id="EmailAddress"></label>
            <input type="text" class="ui-input-text ui-body-a ui-corner-all ui-shadow-inset error" name="username" id="username" value="" autocorrect="off" autocapitalize="off" autocomplete="off" style="-moz-appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;" />
            <label for="password" id="Password"></label>
            <input type="password" class="ui-input-text ui-body-a ui-corner-all ui-shadow-inset error" title="" name="password" id="password" value="" style="-moz-appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;"  />

谢谢

4

0 回答 0