Text disappears changing orientation on iphone - iphone

I'm getting crazy trying to understand why I-phone (4/4s/5)
has this behavior:
http://www.mkvdesign.com/
In portrait mode everything is fine but if you change in landscape orientation
the logo text and menu items disappear.

Works in iPhone & iPad. Don't see a problem here.

Related

White bar appears when iPhone changes from portrait to landscape

iPhone image with white bar I'm experiencing an issue with the display of an Angular 6 app with Cordova on iOS devices in landscape mode. The app looks as expected in portrait mode, however when the orientation is changed to landscape a white bar appears on the screen in the top half left corner.
I've tried adding and removing 'viewport-fit=cover' and there's no change.
I also tried debugging the app in Safari using the 'Develop' option and the white bar is not affected by any styling and I can't even inspect the bar ... it's like it doesn't exist in code but appears on the device somehow.
I expect to not see the white bar at the top of the screen when the iPhone device is in landscape mode.
What am I missing? Is this an iOS/Apple issue? Or an issue with Cordova?

Landscape orientation in iPad Pro

I have created a program with a cover image which changes depending on the orientation: it displays a portrait image in portrait mode, and a landscape image in landscape mode. Everything is working fine in every iPhone & iPad simulators, but not in the iPad Pro simulator. Actually, the landscape mode does work, but instead of displaying the landscape cover image, it just adapts the height of the Portrait cover image to the new height in Landscape mode. I don't own an iPad Pro yet, so I don't know if it comes from the iPad Pro or the simulator. Does anyone have encountered this kind of problem? Is there some code to add specifically for iPad Pro?
Without seeing your project, you might need to force your app to use the full screen. In the app target, try checking "Requires Full Screen" is enabled.

iphone app display strange on iPad when landscape

i developed an iPhone app.look at the pictures, the view controller only set to support portrait.i install it on iPad air,when orientation is portrait ,everything seems to be ok.but when the orientation changes to landscape,the view on iPad was cut by 2 parts and a wide black line,it's iOS8 system problem i think, because i never add code for this kind of situation.also happens on iPad mini,but the simulator was ok.Any body knows why ? if it could be fixed,any solution ? thank u guys so much for any suggestion!

Converting Iphone Screen to Ipad Screen

I created an Iphone app and I am trying to convert them to Ipad screens. I have a login page which was created for Iphone, I tried to change it to Ipad by changing Project Settings screen and changed the emulator. But the Login page looks weird on Ipad Emulator, controls are get stuck to the upper left corner. How can I fix it to look centered on Iphone and Ipad?
here is the screen on xcode
here is the screen on emulator
You need to adjust the autolayout settings for each object.
http://www.raywenderlich.com/20881/beginning-auto-layout-part-1-of-2

TV out window in iPad simulator disappears on landscape mode

I'm making an app for the iPad with TV output to an extra screen. Everything works fine, but for some reason the TV out window disappears when I put the iPad in landscape mode. I commented all the code that makes it go to landscape automatically but as soon as I rotate in iPhone simulator, the tv output window goes away.
Is it just not possible to have the device in landscape mode with an extra screen or is there something I'm overlooking?
Thanks in advance.
I've noticed there's a CALayer use-after-release bug in iOS7.0.3 simulator when you have setup an External Screen triggering at some point, but a later iOS7.1 fixes that. Can you confirm if you have the problem with iOS 7.1 ?