thanks for ur replay
i need to do:
in registration page when keyboard is open the screen is gone the upper part from it.
i need to keep scroll there to be flexible to user to go up and down.
appJS.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
// for form inputs)
if(window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false);
cordova.plugins.Keyboard.disableScroll(false);
}
if(window.StatusBar) {
StatusBar.styleDefault();
}
});
})