0

.promo {
  width: 78%;
  height: 30px;
}
<h6>
  Have a Promo Code
</h6>
<br>
<span>
      <input type="text"   
class="form-control promo"  placeholder="Enter your Promo Code here">
          <span class="apply background"  >Apply</span>
</span>

THe input field text is hiding when keyboards is popinng on mobile screen in samsung phone how can i prevent that keyboard dont hide the input field while wirting into it

sapna
  • 1
  • 1
  • Seee if this solves your issue https://stackoverflow.com/questions/23913917/android-keyboard-overlapping-input-fields-view-doesnt-scroll-automatically – Yerrapotu ManojKiran Aug 06 '20 at 09:46

1 Answers1

0

I think adjusting the height and width in your css file in promo class should help. Please let me know if that worked.