Hi Team,
I am working on an Ionic2 projecct and am facing the issue on my signup form. When i focus on input fields which are towards the bottom of the page, the focused input field gets hidden below the soft keyboard in IOS.
But when i start typing, the input scrolls into view
I tried a lot of custom ways to make the input scroll into view(which i acheived) but i face many issues especially when i change the device orientation etc.
Is there any way i can resolve this.
Here is my package.json file which shows all my dependancies
"dependencies": {
"@angular/common": "^2.0.0-rc.1",
"@angular/compiler": "^2.0.0-rc.1",
"@angular/core": "^2.0.0-rc.1",
"@angular/http": "^2.0.0-rc.1",
"@angular/platform-browser": "^2.0.0-rc.1",
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
"@angular/router": "^2.0.0-rc.1",
"dexie": "^1.4.1",
"es6-shim": "^0.35.0",
"ionic-angular": "2.0.0-beta.8",
"ionic-native": "1.2.4",
"ionicons": "3.0.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
}
Thanks in Advance