Hi,
I am using password input in my application, the problem that sometimes a white text box is displayed next to the input (where I type in) to show the written characters for a second then turns the characters to starts.
I attached a screenshot with the described issue.
Amr.
I am using password input in my application, the problem that sometimes a white text box is displayed next to the input (where I type in) to show the written characters for a second then turns the characters to starts.
<ul data-role="listview" data-style="inset"> <li> <input name="signinEmail" type="email" id="signinEmail" value="" placeholder="Email Address"/> </li> <li> <input name="signinPassword" type="password" id="signinPassword" value="" placeholder="Password"/> </li> </ul>I attached a screenshot with the described issue.
Amr.