Please file an issue at:
http://issues.apache.org/jira/browse/CB

... so it can be tracked and evaluated by the devs, and you can be notified.

Sign up here:
https://issues.apache.org/jira/secure/Signup!default.jspa

Thanks!




On Wed, Sep 16, 2015 at 1:23 PM, Jackson Ricardo Schroeder
<jackso...@gmail.com> wrote:
> Hello,
>
> I believe correctly created all .png files and settings in the config.xml
> file. The problem is that the Ipad the splash screen does not appear. It is
> a black screen, but then opens the application.
>
> Look config.xml:
>
>
> ------------------
>
>
> <?xml version='1.0' encoding='utf-8'?>
> <widget id="br.com.gicerutti.mobile" version="0.0.1" xmlns="
> http://www.w3.org/ns/widgets"; xmlns:cdv="http://cordova.apache.org/ns/1.0";>
>     <name>GiCeruttiFotografia</name>
>     <description>
>         Gi Cerutti Fotografia
>     </description>
>     <author email="jackso...@gmail.com" href="http://www.gicerutti.com.br";>
>         Jackson Ricardo Schroeder
>     </author>
>     <content src="index.html" />
>     <plugin name="cordova-plugin-whitelist" version="1" />
>     <access origin="*" />
>     <allow-intent href="http://*/*"; />
>     <allow-intent href="https://*/*"; />
>     <allow-intent href="tel:*" />
>     <allow-intent href="sms:*" />
>     <allow-intent href="mailto:*"; />
>     <allow-intent href="geo:*" />
>     <platform name="android">
>         <allow-intent href="market:*" />
>     </platform>
>     <platform name="ios">
>         <allow-intent href="itms:*" />
>         <allow-intent href="itms-apps:*" />
>     </platform>
>     <preference name="Fullscreen" value="true" />
>     <feature name="InAppBrowser">
>         <param name="ios-package" value="CDVInAppBrowser" />
>     </feature>
>     <preference name="xwalkVersion" value="14+" />
>     <preference name="xwalkCommandLine"
> value="--disable-pull-to-refresh-effect" />
>     <preference name="xwalkMode" value="embedded" />
>
>     <platform name="ios">
>
>         <!-- images are determined by width and height. The following are
> supported -->
>         <splash src="res/screen/ios/Default~iphone.png" width="320"
> height="480"/>
>         <splash src="res/screen/ios/Default@2x~iphone.png" width="640"
> height="960"/>
>         <splash src="res/screen/ios/Default-Portrait~ipad.png" width="768"
> height="1024"/>
>         <splash src="res/screen/ios/Default-Portrait@2x~ipad.png"
> width="1536" height="2048"/>
>         <splash src="res/screen/ios/Default-Landscape~ipad.png"
> width="1024" height="768"/>
>         <splash src="res/screen/ios/Default-Landscape@2x~ipad.png"
> width="2048" height="1536"/>
>         <splash src="res/screen/ios/Default-568h@2x~iphone.png" width="640"
> height="1136"/>
>         <splash src="res/screen/ios/Default-667h.png" width="750"
> height="1334"/>
>         <splash src="res/screen/ios/Default-736h.png" width="1242"
> height="2208"/>
>         <splash src="res/screen/ios/Default-Landscape-736h.png"
> width="2208" height="1242"/>
>
>         <!-- iOS 8.0+ -->
>         <!-- iPhone 6 Plus  -->
>         <icon src="res/ios/icon...@3x.png" width="180" height="180" />
>         <!-- iOS 7.0+ -->
>         <!-- iPhone / iPod Touch  -->
>         <icon src="res/ios/icon-60.png" width="60" height="60" />
>         <icon src="res/ios/icon...@2x.png" width="120" height="120" />
>         <!-- iPad -->
>         <icon src="res/ios/icon-76.png" width="76" height="76" />
>         <icon src="res/ios/icon...@2x.png" width="152" height="152" />
>         <!-- iOS 6.1 -->
>         <!-- Spotlight Icon -->
>         <icon src="res/ios/icon-40.png" width="40" height="40" />
>         <icon src="res/ios/icon...@2x.png" width="80" height="80" />
>         <!-- iPhone / iPod Touch -->
>         <icon src="res/ios/icon.png" width="57" height="57" />
>         <icon src="res/ios/i...@2x.png" width="114" height="114" />
>         <!-- iPad -->
>         <icon src="res/ios/icon-72.png" width="72" height="72" />
>         <icon src="res/ios/icon...@2x.png" width="144" height="144" />
>         <!-- iPhone Spotlight and Settings Icon -->
>         <icon src="res/ios/icon-small.png" width="29" height="29" />
>         <icon src="res/ios/icon-sm...@2x.png" width="58" height="58" />
>         <!-- iPad Spotlight and Settings Icon -->
>         <icon src="res/ios/icon-50.png" width="50" height="50" />
>         <icon src="res/ios/icon...@2x.png" width="100" height="100" />
>
>
>
>     </platform>
>
>
> </widget>
>
> -------------------------
>
>
> The strange thing is that the iPhone works.
>
> If you need more information, please, forward then. I can also make a video.
>
> Thank you all.
>
>
> --
>
>
> Atenciosamente,
>
> Jackson Ricardo Schroeder
> Analista de Sistemas
> jackso...@gmail.com
> (47) 9187-0128

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to