Alright, so I added the ionic keyboard plugin and these two keys to the config.xml
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
<feature name="Keyboard">
<param name="ios-package" value="IonicKeyboard" onload="true" />
</feature>
Ran it on ios & android and all worked well.