Keyboard disappearing on focus

I’m developing an app using ionic and I’m having issues with the keyboard. on android. When I focus the input on the text box to type; the keyboard disappears immediately. See video link below for the issue.

Video Link (https://www.dropbox.com/s/xc9k5hvj4oe7cjr/ionic_app_keyboard.mp4?dl=0)

For anyone having similar issues. I fixed it by removing the “hide-on-keyboard-open” class from the ion-tabs

Before:

<ion-tabs class="tabs-striped bottomTabStyle tabs-color-active-positive tabs-icon-top hide-on-keyboard-open">

After:

<ion-tabs class="tabs-striped bottomTabStyle tabs-color-active-positive tabs-icon-top">