페이지

2014년 9월 18일 목요일

iOS 7 앱에서 status bar가 webview 덮는 문제 (PhoneGap/Cordova)

source : The Status Bar Overlays the Web View in iOS 7 Apps

iOS 7.0 이후 status bar 위치 문제로
Cordova(PhoneGap)에서도 조정을 해줘야 하는 번거로움이 있다.


function onDeviceReady() {
    if (device.platform === 'iOS' && parseFloat(device.version) >= 7.0) {
        document.body.style.marginTop = "20px";
    }
}

댓글 없음:

댓글 쓰기