@vishaal93 wrote:
I'm running my app through the iOS Ionic View app. Clicking the Email input results in the keyboard covering some of the register button - closing the keyboard or moving on the next input makes the whole form disappear (I can still click inputs but can't see them). If I click the 2nd/3rd input first then everything is fine.
I have installed the ionic keyboard plugin and I've included this in my app.js:
if (window.cordova && window.cordova.plugins.Keyboard) {cordova.plugins.Keyboard.disableScroll(true);}I don't know how to go about solving this...problem is only on iOS, android works fine.
Posts: 2
Participants: 2