2 question about tabs and views

How to catch when view is loaded then call document ready function?

  $scope.$on('$ionicView.loaded', function(event) {
        //do sometghing;P
  });

How to remove class keyboard-open? Because its making some white space after click on textbox?

Could you please add a screen shot for this?

$scope.$on('$ionicView.enter', function (e) {
  console.log('In AppCtrl');
});

The views are automatically, cached. If you use this function, then this function will be called when ever the current view is loaded. May be this is some thing which might help you.

image
this white is showing when i enter textbox to write something its class keyboard-open

I can’t see any kind of key board there. If possible please add the screen shot before trying to type ans after trying to type.

image