Note that there are some explanatory texts on larger screens.

plurals
  1. POtrigger.io android app launchimage prefs issue
    primarykey
    data
    text
    <p>Just finished first version of my trigger.io app, and successfully tested it on both android and ios platforms. (trigger.io v1.4, forge tools v3.3.11)</p> <p>I have a minor glitch, however, which is : <strong>I can't manage to change the android default trigger.io launch image.</strong></p> <p>I set the proper image path in <code>App Config</code> panel, for both ios and android, but only ios version actually shows my image during application startup. Android version shows the trigger.io branded one.</p> <p>Is there any format, color depth, or any undocumented characteristic of the image file that need to be known?</p> <p>Investigation on my side :</p> <ul> <li>In <code>my app directory/development/android/res/drawable</code>, the <code>splash.png</code> file is trigger.io one. I don't know if i should expect to see my image file here. </li> <li><p>In the build process, i have the 5 lines of ios launchimages : </p> <pre><code>{'do': {'copy_files': {'from': '${modules["launchimage"]["iphone"]}', 'to': 'development/ios/*.app/Default~iphone.png'}}, </code></pre> <p>but none for android launchimage values set in <code>App Config</code></p></li> <li><p><code>src/config.json</code> looks fine :</p> <pre><code>"launchimage": { "android": "android.png", "android-landscape": "android-landscape.png", "ipad": "ipad.png", "ipad-landscape": "ipad-landscape.png", "ipad-landscape-retina": "ipad-landscape-retina.png", "ipad-retina": "ipad-retina.png", "iphone": "iphone.png", "iphone-retina": "iphone-retina.png" }, </code></pre></li> </ul> <p>Any idea ?</p> <p>Thanks</p> <p>Aurelien</p>
    singulars
    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.
 

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