Hard to comment without a reproduction test-case or seeing some code. You can upload one (privately) here, and the dev team will take a look at it when they have a chance: https://www.dropbox.com/request/ZgndLtJQm5eGzG9cicGK
Quick question: does this happen in both preview and export builds? (See here for details on the difference).
Difficult to say as the preview doesn’t have the launch-screen functionality for iOS so not sure when it is triggered, but there does appear to be a slight flash be the App loading screen appears.
I’m just running this example from your website… https://www.fusetools.com/examples/ticket-scroll
I then add an iOS launch screen to the config:
“iOS”: {
“Icons”: {
“iPhone_29_2x”: “assets/ios/Icon-Small@2x.png”,
“iPhone_29_3x”: “assets/ios/Icon-Small@3x.png”,
“iPhone_40_2x”: “assets/ios/Icon-Small-40@2x.png”,
“iPhone_40_3x”: “assets/ios/Icon-Small-60@2x.png”,
“iPhone_60_2x”: “assets/ios/Icon-Small-60@2x.png”,
“iPhone_60_3x”: “assets/ios/Icon-Small-60@3x.png”,
“iPad_29_1x”: “assets/ios/Icon-Small.png”,
“iPad_29_2x”: “assets/ios/Icon-Small@2x.png”,
“iPad_40_1x”: “assets/ios/Icon-Small-40@2x.png”,
“iPad_40_2x”: “assets/ios/Icon-Small-40@2x.png”,
“iPad_76_1x”: “assets/ios/Icon-76.png”,
“iPad_76_2x”: “assets/ios/Icon-76@2x.png”
},
“LaunchImages”: {
“iPhone_Portrait_2x”: “assets/ios/iPhone4@2x.png”, // 640x960
“iPhone_Portrait_R4”: “assets/ios/iPhone5-4.png”, // 640x1136
“iPhone_Portrait_R47”: “assets/ios/iPhone6-4.7.png”, // 750x1334
“iPhone_Portrait_R55”: “assets/ios/iPhone6plus-5.5-Portrait.png”, // 1242x2208
“iPhone_Landscape_R55”: “assets/ios/iPhone6plus-5.5-Landscape.png”, // 2208x1242
“iPad_Portrait_1x”: “assets/ios/iPad-Portrait.png”, // 768x1024
“iPad_Portrait_2x”: “assets/ios/iPad-Portrait@2x.png”, // 1536x2048
“iPad_Landscape_1x”: “assets/ios/iPad-Landscape.png”, // 1024x768
“iPad_Landscape_2x”: “assets/ios/iPad-Landscape@2x.png” // 2048x1536
}
}
App build it to my iOS device. If you see the same let me know, otherwise I’ll paste the app (just a copy of yours) to the dropbox link provided.
Thought they might help you to spot if something was amiss.
Did you spot the issue I’m referring too? any initial thoughts?
Thanks for you time on time. Really want to be able to use fuse for this project, but this is a sticking point as I want to animate out the apploading screen (similar to the twitter app).