Does anyone know what's wrong with the grey background here? It only happens when the page is loading. Please see the below screenshot. I'm new to IOS development and I would like to know how I could start debugging this issue. Thanks!
Related
Every page in my app shows black screen when navigated to, I want to believe this is just a minor issue, any help on why am getting this black screens that once worked would be highly appreciated.
My code is on this link:
https://github.com/Kelvinkins/MySnipets/blob/master/BlackScreenIssueInFlutter
When I run my app on the iOS simulator on Xcode, I get a black background on my initial view controller, but it still shows the the textfields and buttons. All the other functions work as well. I looked for other solutions and the solutions I found only apply to a complete black screen. I tried resetting the simulator, checked the Deployment Info, and the whatever solution I came across, but it did not fix the problem.
This is what happens when I run the app:
If there is a ways to fix this problem, the help would be appreciated.
This might be Bug set color programmatically by
self.view.backgroundColor=[UIColor lightGrayColor];
Check backgroundcolor property of Main View and set it as per your need.
Its a strange error. Not really sure what I need to change. I have had this working for ages until we updated iPad to iOS 8. The splash page loads ok but then squashes down and has a black bar next to it. Have added images to show what I am talking about. I know this is not a programming question but spent the last 6 hours trying to solve this.
Anyone else run into similar issues out there? Any help would be greatly appreciated.
I'm developing an App with Phonegap, so far only on iOS, my problem is at start up:
when I launch the App in Landscape mode it gets wrong innerWidth and innerHeight values, even checking in Safari's console, it looks like it 'thinks' its in Portrait.
The weird thing is that if I launch it in Portrait and then turn it to Landscape... its works correctly.
Any help would be appreciated
Thanks in advance
Ale
Well, looks like the problem was caused by a statusbar plug-in, really weird.
Anyway, once replaced it with a different one, everything now is fine.
Ale
I'm working on application in ios using PhoneGap(1.9).Following are the issue's i'm facing with quiet few hours...
1)My application is getting crash when application enters in background mode.
2)Also,how to disable splash screen.I have deleted default.png image,but still it is showing splash screen with phonegap logo followed by white blank screen.
Thanks & regards.
I came across this question because I'm having the same problem with background mode.
However, regarding splash screen, I can tell you that you have to replace the specific file for the screen size. It generates images for all of the screen sizes and you have to replace them in the built folder, not just the original project folder (at least I seem to have to do this).
The built folder is at the path that should look like /MyProject/platforms/ios/www/res/screen/ios/[screen_specific_splash_screens]
Similarly I had to do the same for the icons:
/MyProject/platforms/ios/www/res/icon/ios/[screen_specific_icons]
Docs for these files (talks about which screen sizes):
http://docs.phonegap.com/en/4.0.0/config_ref_images.md.html