-
1. Re: [IOS] Suddenly white screen after splashscreen or splashscreen not hiding at all. Building it locally with the same plugins and xml and run in xcode works great!
kerrishottsJul 12, 2017 10:40 AM (in response to jonatano58365359)
When debugging do you see any error messages being logged to the JavaScript console?
-
2. Re: [IOS] Suddenly white screen after splashscreen or splashscreen not hiding at all. Building it locally with the same plugins and xml and run in xcode works great!
jonatano58365359 Jul 12, 2017 11:41 PM (in response to kerrishotts)No errors, just found that Angular stops for some reason but can't debug why (ng-cloak hide the HTML element).
-
3. Re: [IOS] Suddenly white screen after splashscreen or splashscreen not hiding at all. Building it locally with the same plugins and xml and run in xcode works great!
jonatano58365359 Jul 13, 2017 6:30 AM (in response to jonatano58365359)Don't really know what the problem was, unable to debug it. Did a revert to a working version (alot of weeks ago).
Anyways when adding my newer config.xml stuff i got the whitescreen of death:
when i had these in the config.xml
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
Also stopped working locally......
Anyways what i did to debug:
Reinstalling all plugins (no success)Reinstalling all platforms (ios several times, no success)
Adding timeouts, bootstraps and logs allover angular. (no success)
Reverting to a older version and removed the above solved the problem.
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />