2017-12-05 1 views
0

최근 애플은 작은 스플래시 스크린에서 다양한 장치 크기를 허용하는 스토리 보드 스플래시 스크린의 새로운 스타일로 이동하기 위해 새로운 사양을 발표했습니다. iPhone X와 함께 사용하도록 애플리케이션을 구성하려면이 새로운 시스템을 채택하여 전체 화면을 볼 수 있어야합니다.Cordova/Phonegap Splashscreen - iOS - 사용자 정의 이미지 표시 안 함

폰갭 빌드에 업로드 준비하고 한으로 이동 폴더. 그러나 내 기기에 앱을 다운로드 할 때 기본 스플래시 화면이 표시됩니다.

현재 config.xml의 레이아웃 (실행 코르도바 V7)

<platform name="ios"> 
    <preference name="deployment-target" value="7.0" /> 
    <icon height="512" src="res/icon/iTunesArtwork.png" width="512" /> 
    <icon height="1024" src="res/icon/ios/[email protected]" width="1024" /> 
    <icon height="180" src="res/icon/ios/[email protected]" width="180" /> 
    <icon height="120" src="res/icon/ios/[email protected]" width="120" /> 
    <icon height="60" src="res/icon/ios/Icon-60.png" width="60" /> 
    <icon height="76" src="res/icon/ios/Icon-76.png" width="76" /> 
    <icon height="152" src="res/icon/ios/[email protected]" width="152" /> 
    <icon height="40" src="res/icon/ios/Icon-Small-40.png" width="40" /> 
    <icon height="80" src="res/icon/ios/[email protected]" width="80" /> 
    <icon height="120" src="res/icon/ios/[email protected]" width="120" /> 
    <icon height="29" src="res/icon/ios/Icon-Small.png" width="29" /> 
    <icon height="58" src="res/icon/ios/[email protected]" width="58" /> 
    <icon height="87" src="res/icon/ios/[email protected]" width="87" /> 

    <splash src="res/screen/ios/[email protected]~iphone~anyany.png" /> 
    <splash src="res/screen/ios/[email protected]~iphone~comany.png" /> 
    <splash src="res/screen/ios/[email protected]~iphone~comcom.png" /> 
    <splash src="res/screen/ios/[email protected]~iphone~anyany.png" /> 
    <splash src="res/screen/ios/[email protected]~iphone~anycom.png" /> 
    <splash src="res/screen/ios/[email protected]~iphone~comany.png" /> 
    <splash src="res/screen/ios/[email protected]~ipad~anyany.png" /> 
    <splash src="res/screen/ios/[email protected]~ipad~comany.png" /> 
</platform> 

<plugin name="cordova-plugin-splashscreen" spec="~4.0.0" /> 
<preference name="ShowSplashScreenSpinner" value="false" /> 

사용자 정의 이미지를 보여주기 위해 예상되는 결과이며, 앱 내 아이폰 X에서 전체 화면을하는 대신에 그것을 보여주고있다 다음과 같이 나는이 문제를 가진 사람에 대한 최근 포럼 스레드를 찾을 수 없습니다로

https://imgur.com/a/ehtCy

이 문제를 해결하기 위해 어떤 도움

이 많이 appriciated 될 것이다.

+0

높이 및 폭 당신이 아이콘을 위해했던 것처럼? –

+0

안녕 데이비드, 귀하의 의견을 주셔서 감사합니다. 이러한 스플래시 화면의 특성으로 인해, 내 지식에 대한 정의 폭/높이가 없습니다. 이것은 하나의 스플래시 화면으로 인해 발생합니다 여러 너비와 높이 이상. –

답변

0

자기 정렬 답변입니다. 현재 PhoneGap Build (사용중인 서비스가 최신 iPhone X 전체 화면에 필요한 iOS 4.5.1 버전을 사용하고 있지 않습니다.) 4.5.1이 곧 클라우드 서비스에 포함되기를 바랍니다.