Why I have to click twice on input search?

I have a search bar on my mobile app that I have to click twice in order to type, if I click it once, the key pad appears but I am unable to start typing until I click it again.

        <label class="item-input-wrapper">
          <input type="search"
                 placeholder="Sports finder"
                 ng-model="sportSearch">
        </label>
        <button class="button button-clear"
                ng-click="sportSearch = ''">
        </button>

it is very weird because If I test it on my computer works properly, but If go to the phone Android or IOS, the problem persist.

1 Like

Hmm, wasn’t seeing this on my iphone or android device.

Do you have the ionic keyboard plugin installed?

It happens to me also, only on ios . It’s really frustrated