in android pushing the whole content to top … but in ios working fine
Try this!
For me this work fine.
///app.module.ts
import {IonicModule} from 'ionic-angular';
imports: [
IonicModule.forRoot(MyApp,
{
scrollAssist:false,
autoFocusAssists:false
}),
]
If this code don’t work, show me your code, so i can help you!
i tried it but didn’t work … which file ?
for any one faced this issue
i solved by this Change Android Keyboard behaviors for the whole app
