Phonegap IOS app goes black after splash screen - ios

I have created an android app that works perfect, however when exporting to IOS and creating with phonegap the app loads the splash screen and then the screen goes black and nothing further happens. Any insight would be very helpful. Thank you.

Related

Splash screen in IOS does not display

Using Delphi 10.4.1 with the latest patches. iOS 14.2 SDK using XCode 12.x (latest in app store).
MacOS Big Sur (if it matters)
The splash screen works perfectly in Android.
However, in iOS, it does not work. I created a new project... splash shows
in Android but there is a 1-3 seconds show of a white screen then the simple
app appears (it's a template app from Delphi Wizard).
I have googled but it seems people hardly has this problem.
I set the background
of the IOS splash to different bright colours to see if the splash indeed comes out in these
colours but it didn't show these bright backgrounds, or the standard FM splash screen.
For the Android, there's a checkbox to say [x] Show splash but there is nothing
for IOS. So I assume that IOS does not need a setting to show the splash screen?
This happens whether I use the default FireMonkey splash screens, or provide my own
(in the same dimensions)
Please advise.

After splash screen, display white screen long time after killing the application and launching again in ionic ios

I have an ionic application with both the platforms in android and iOS. The problem is that when the iOS application is launched for the first time it works smoothly but when we kill the application or launch the application again after coming from the background the white screen is shown and the application seems to get freezes there after showing the splash screen.
What is the problem and how to resolve it?
I am a native developer in iOS so in the case of native iOS we have an app delegate method for handling the application while coming from background like:
applicationDidBecomeActive(_:)
applicationWillEnterForeground(_:)
Is anything similar to these in ionic please have some light on this issue.

React Native app flashing white after launch screen on iOS 11

We have more than 5 React Native apps published apps, and all app flashes to white between the launch screen and the first screen of the app. This creating wired behaviour and only noticeable on iOS 11.
We are using react-native-router-flux for navigation. I believe this issue is related to react-navigation because apps like UberEATS and Airbnb, which are also developed with React-Native are working fine. These apps have their own navigation library I think.
Anyone else noticed this problem? Any suggestion will be greatly appreciate.
I was able to fix this issue by adding custom splash screen, credits goes to react-native-splash-screen.
This issue is fixed in Xcode 9.2.

iOS 9 "Back-To-App" button quickly disappears

I made an iPad app using Flash Builder and Adobe AIR and it has been working fine. Recently I updated to iOS 9.2, I noticed that when I launch my app from Safari, the button of "Back to Safari" only shows for less than half a second and quickly disappears. I tried this function in other apps, such as launching any app from iTunes, that button always sticks there for a long time.
I did some research and haven't found anything so far. I am hoping to get some help here. Thank you in advance.

iOS8 black screen before splash screen on URL app launch

This bug can be reproduced using the soundcloud app.
download the soundcloud app onto an ios8 device and launch the app
minimize the app by pressing the home button and launch safari
google search "soundcloud hardwell"
click on a search result that will send you to soundcloud.com
at the top of the page should be a button "Listen on SoundCloud iOS", click it
as safari transitions to the soundcloud app there will be a few seconds where the soundcloud splash screen is not visible and will just appear as a black screen
currently I am experiencing a similar problem with my app. The app currently uses image assets for splash screens and i dont not experience the above UI bug. However in attempts to support iPad pro ive removed the image assests and am instead using a splash screen .xib file. Using the .xib splash screen file causes the black screen to appear only on iOS8. Any ideas what the problem is and how to fix it is?
Edit:
The twitter app also suffers from the bug mentioned above. This appears to be a bug in ios8?

Resources