Hmm, maybe there’s a conflict in your css or an error in your js, are you seeing anything in you console?
I just tried this with this code
.controller('MainCtrl', function($scope,$ionicPlatform) {
$ionicPlatform.ready(function() {
ionic.Platform.fullScreen();
});
});
And the app worked fine
