cordova 3.0 xcode 5.
, .
iOS7.
. ( ββ )
0, , margin-top = 20px, jquery mobile, margin-top .
:
1, NO info.plist.
2, iOS 7
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7) {
[application setStatusBarStyle:UIStatusBarStyleLightContent];
self.window.clipsToBounds =YES;
self.window.frame = CGRectMake(0,20,self.window.frame.size.width,self.window.frame.size.height-20);
}
iOS 6 . , .
,
3, jQuery mobile iscrollview padding-bottom = 20px.
onDeviceReady: function() {
console.log("onDeviceReady");
if( parseInt(device.version) >= 7){
$("footer").css("padding-bottom","20px");
}
app.receivedEvent('deviceready');
},
, Cordova 3.0 + jQuery Mobile + iscrollview Xcode 5 + iOS7.
, .