Ionic with keyboard hide not working properly

image
image

keyboard hide.but white area is show
image

how to manage this?

are you using native scrolling on android? If yes, use js scrolling. Native scrolling creates this problem.

@gaurav_ch - thank you for reply.im not use any plugin.default keyboard hide when click on radio button.but white area available like keyboard area background.can you understand?

check your config in the app. native scrolling does not need any plugin. add this line in the config section:

$ionicConfigProvider.scrolling.jsScrolling(true);

and then check.

i used that.not working.problem is not scrolling.problem is after gone the keyboard.the keyboard space view on the bottom.