<div class="form-group row pswrd" style="padding: 0px 10px">
<div id="email" class="col-md-12 col-xs-12">
<input type="password" class="form-control c_fname" id="c" #pswd name="password" placeholder="password" [(ngModel)]="user.password" ngModel required>
</div>
</div>
There seems to be an issue with the password input field not being clickable on mobile devices within this website:
Could anyone provide any insights into what might be causing this problem?