Note that there are some explanatory texts on larger screens.

plurals
  1. POSplash screens not working in PhoneGap Build
    primarykey
    data
    text
    <p>I can't get splash screens working at all, in either Android or iOS. </p> <p>I'm using PhoneGap Build and I've set config.xml like this, which is for v3.0.0 now.</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8" ?&gt; &lt;widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/3.0.0" id = "myid" version = "1.0.0"&gt; &lt;name&gt;myname&lt;/name&gt; &lt;description&gt; mydesc &lt;/description&gt; &lt;author&gt; &lt;/author&gt; &lt;preference name="permissions" value="none"/&gt; &lt;preference name="DisallowOverscroll" value="true"/&gt; &lt;preference name="android-minSdkVersion" value="14" /&gt; &lt;!-- JB 4.0 --&gt; &lt;preference name="fullscreen" value="true" /&gt; &lt;icon src="icon.png" /&gt; &lt;gap:platform name="ios" /&gt; &lt;gap:platform name="android" /&gt; &lt;gap:splash src="splash.png" gap:platform="ios" width="320" height="480" /&gt; &lt;gap:splash src="splash.png" gap:platform="android" width="320" height="480" /&gt; &lt;/widget&gt; </code></pre> <p>I've taken the personal info out. </p> <p>The app works fine otherwise but I've never got the splash screen to work, ever, even when it was for PhoneGap 2.7.0 and 2.9.0 and just Android. </p> <p>The splash.png and icon.png are actually the same image at the moment. I've tried with different ones though. I only started testing on iOS recently and the PhoneGap Build default icon only seems to come up in iOS do I decided I need to put a custom splash screen. </p> <p>I cannot find an example of where or how you use the tags, except the official docs and even there they show an example config.xml and the tags but they don't say where to put them or if there are any other rules.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload