@rachitpsolanki wrote:
I am using ionic 3 with angular 5, though i am facing this issue since ionic v2
When I tap on an input field which is near the bottom of the screen.
The keyboard opens up.
But the content does not scroll up, due to which the input is hidden behind the keyboard.This issue is produced when your inputs are deep into your UI.
If the same is placed just under ion-content they work fine.Do we have a clear solution to this problem?
@ionic/cli-utils : 1.19.0 ionic (Ionic CLI) : 3.19.0global packages:
cordova (Cordova CLI) : 7.1.0local packages:
@ionic/app-scripts : 3.1.7 Cordova Platforms : android 6.3.0 Ionic Framework : ionic-angular 3.9.2System:
ios-deploy : 1.9.2 Node : v6.11.2 npm : 3.10.10 OS : macOS High Sierra Xcode : Xcode 9.1 Build version 9B55app.module.js
…
IonicModule.forRoot(MeedApp,{
preloadModules: true,
scrollAssist: true,
scrollPadding: false,
autoFocusAssist: true,
…
Posts: 1
Participants: 1