i use ionic-angular-cordova-seed on github to start my work, and all is fine on android platform and iphone 4s with iOS 7.1.3. However, in iPhone 5/5s with iOS 7.1.1 and 6.1.1 respectively, the view is in the middle of the screen, leave the top and buttom of the screen blank (in black color, height is about the same as a header, see the snapshot bellow), and strange thing is that the statusbar also falls with the view, anyone has come into this situation, help me please?
are you having <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" /> inside your index.html?