Hello All,
I am facing an issue in ionic beta 7 in which i have created an input textbox having background-color attached to each textbox while scrolling it will show white label in place of input and it shift little upwards.
<div style="margin-left: 16px; margin-right: 18.5px;">
<input type="password" id="confirm_pwd" placeholder="Password Confirmation*" style="color: white; margin-top: 12px;" class="padding_text" required>
</div>
Padding_text Class
.padding_text {
padding-left: 8px;
padding-right: 8px;
border-radius: 7px;
background-color: #716895;
margin-top: 22px;
}
please note it is not happening in the browser but occurs only in mobile both ios and android
Thanks!