iPad app is not utilising the full screen
I have an iPad application on App Store. App is only supported for iPad. App is not a universal App. I am using launch screen storyboard.
App is working fine on 12.5, 10.5 inch iPad devices. But for 11.0 inch iPad device app (iOS 12.1) is not utilising full screen. App is behaving as iPhone app running on iPad without 2x button.
I know this issue comes when you run iPhone app on iPad. But as my app is iPad only. So not getting what causing this issue.
Is anyone faced similar issue? Please let me know how you fixed it.
Thanks in advance.
Note:
1 - iPad only build created on environment Xcode 10.0 and iOS 12.0
2 - Just review https://developer.apple.com/ipad/ Optimizing Your UI Section.
I don't have 11 inch/pro iPad device. So will iPad app build created on Xcode 10.1 resolved this issue?
ios ipad ios12
add a comment |
I have an iPad application on App Store. App is only supported for iPad. App is not a universal App. I am using launch screen storyboard.
App is working fine on 12.5, 10.5 inch iPad devices. But for 11.0 inch iPad device app (iOS 12.1) is not utilising full screen. App is behaving as iPhone app running on iPad without 2x button.
I know this issue comes when you run iPhone app on iPad. But as my app is iPad only. So not getting what causing this issue.
Is anyone faced similar issue? Please let me know how you fixed it.
Thanks in advance.
Note:
1 - iPad only build created on environment Xcode 10.0 and iOS 12.0
2 - Just review https://developer.apple.com/ipad/ Optimizing Your UI Section.
I don't have 11 inch/pro iPad device. So will iPad app build created on Xcode 10.1 resolved this issue?
ios ipad ios12
If you don't have an 11" iPad, how do you know it's not running correctly on such a device? Have you actually tested with the 11" iPad simulator in Xcode 10.1?
– rmaddy
Nov 13 '18 at 16:54
My client has 11" iPad. Yes, I moved to Xcode 10.1 and tested on iPad 11" simulator and its working fine. So hopping new App Store release will fix that issue. I think its not an issue, Its apple's default behaviour for new devices. Its scale your app to nearer iPad resolution. Example in 11" it will sale your app to 10.5" resolution. that's causing that black margin. Thanks
– Rohit Wankhede
Nov 14 '18 at 9:04
add a comment |
I have an iPad application on App Store. App is only supported for iPad. App is not a universal App. I am using launch screen storyboard.
App is working fine on 12.5, 10.5 inch iPad devices. But for 11.0 inch iPad device app (iOS 12.1) is not utilising full screen. App is behaving as iPhone app running on iPad without 2x button.
I know this issue comes when you run iPhone app on iPad. But as my app is iPad only. So not getting what causing this issue.
Is anyone faced similar issue? Please let me know how you fixed it.
Thanks in advance.
Note:
1 - iPad only build created on environment Xcode 10.0 and iOS 12.0
2 - Just review https://developer.apple.com/ipad/ Optimizing Your UI Section.
I don't have 11 inch/pro iPad device. So will iPad app build created on Xcode 10.1 resolved this issue?
ios ipad ios12
I have an iPad application on App Store. App is only supported for iPad. App is not a universal App. I am using launch screen storyboard.
App is working fine on 12.5, 10.5 inch iPad devices. But for 11.0 inch iPad device app (iOS 12.1) is not utilising full screen. App is behaving as iPhone app running on iPad without 2x button.
I know this issue comes when you run iPhone app on iPad. But as my app is iPad only. So not getting what causing this issue.
Is anyone faced similar issue? Please let me know how you fixed it.
Thanks in advance.
Note:
1 - iPad only build created on environment Xcode 10.0 and iOS 12.0
2 - Just review https://developer.apple.com/ipad/ Optimizing Your UI Section.
I don't have 11 inch/pro iPad device. So will iPad app build created on Xcode 10.1 resolved this issue?
ios ipad ios12
ios ipad ios12
edited Nov 13 '18 at 9:06
Rohit Wankhede
asked Nov 12 '18 at 19:07
Rohit WankhedeRohit Wankhede
444414
444414
If you don't have an 11" iPad, how do you know it's not running correctly on such a device? Have you actually tested with the 11" iPad simulator in Xcode 10.1?
– rmaddy
Nov 13 '18 at 16:54
My client has 11" iPad. Yes, I moved to Xcode 10.1 and tested on iPad 11" simulator and its working fine. So hopping new App Store release will fix that issue. I think its not an issue, Its apple's default behaviour for new devices. Its scale your app to nearer iPad resolution. Example in 11" it will sale your app to 10.5" resolution. that's causing that black margin. Thanks
– Rohit Wankhede
Nov 14 '18 at 9:04
add a comment |
If you don't have an 11" iPad, how do you know it's not running correctly on such a device? Have you actually tested with the 11" iPad simulator in Xcode 10.1?
– rmaddy
Nov 13 '18 at 16:54
My client has 11" iPad. Yes, I moved to Xcode 10.1 and tested on iPad 11" simulator and its working fine. So hopping new App Store release will fix that issue. I think its not an issue, Its apple's default behaviour for new devices. Its scale your app to nearer iPad resolution. Example in 11" it will sale your app to 10.5" resolution. that's causing that black margin. Thanks
– Rohit Wankhede
Nov 14 '18 at 9:04
If you don't have an 11" iPad, how do you know it's not running correctly on such a device? Have you actually tested with the 11" iPad simulator in Xcode 10.1?
– rmaddy
Nov 13 '18 at 16:54
If you don't have an 11" iPad, how do you know it's not running correctly on such a device? Have you actually tested with the 11" iPad simulator in Xcode 10.1?
– rmaddy
Nov 13 '18 at 16:54
My client has 11" iPad. Yes, I moved to Xcode 10.1 and tested on iPad 11" simulator and its working fine. So hopping new App Store release will fix that issue. I think its not an issue, Its apple's default behaviour for new devices. Its scale your app to nearer iPad resolution. Example in 11" it will sale your app to 10.5" resolution. that's causing that black margin. Thanks
– Rohit Wankhede
Nov 14 '18 at 9:04
My client has 11" iPad. Yes, I moved to Xcode 10.1 and tested on iPad 11" simulator and its working fine. So hopping new App Store release will fix that issue. I think its not an issue, Its apple's default behaviour for new devices. Its scale your app to nearer iPad resolution. Example in 11" it will sale your app to 10.5" resolution. that's causing that black margin. Thanks
– Rohit Wankhede
Nov 14 '18 at 9:04
add a comment |
1 Answer
1
active
oldest
votes
If you didn't create a view for "that size" then it'll be displayed for the size you created it for. If you created a universal app it would automatically resize itself for the appropriate iOS device. If you create a view for the largest iPad size then it should automatically scale itself down for smaller screens. From the sound of it you created the app for a specific size iPad ignoring the other bit depths available on various models. Even if you want your app for "iPad only" you can do that while still controlling how it scales itself down to say an iPad Air vs iPad Pro.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53268574%2fipad-app-is-not-utilising-the-full-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you didn't create a view for "that size" then it'll be displayed for the size you created it for. If you created a universal app it would automatically resize itself for the appropriate iOS device. If you create a view for the largest iPad size then it should automatically scale itself down for smaller screens. From the sound of it you created the app for a specific size iPad ignoring the other bit depths available on various models. Even if you want your app for "iPad only" you can do that while still controlling how it scales itself down to say an iPad Air vs iPad Pro.
add a comment |
If you didn't create a view for "that size" then it'll be displayed for the size you created it for. If you created a universal app it would automatically resize itself for the appropriate iOS device. If you create a view for the largest iPad size then it should automatically scale itself down for smaller screens. From the sound of it you created the app for a specific size iPad ignoring the other bit depths available on various models. Even if you want your app for "iPad only" you can do that while still controlling how it scales itself down to say an iPad Air vs iPad Pro.
add a comment |
If you didn't create a view for "that size" then it'll be displayed for the size you created it for. If you created a universal app it would automatically resize itself for the appropriate iOS device. If you create a view for the largest iPad size then it should automatically scale itself down for smaller screens. From the sound of it you created the app for a specific size iPad ignoring the other bit depths available on various models. Even if you want your app for "iPad only" you can do that while still controlling how it scales itself down to say an iPad Air vs iPad Pro.
If you didn't create a view for "that size" then it'll be displayed for the size you created it for. If you created a universal app it would automatically resize itself for the appropriate iOS device. If you create a view for the largest iPad size then it should automatically scale itself down for smaller screens. From the sound of it you created the app for a specific size iPad ignoring the other bit depths available on various models. Even if you want your app for "iPad only" you can do that while still controlling how it scales itself down to say an iPad Air vs iPad Pro.
answered Nov 19 '18 at 11:15
OrcaMan42OrcaMan42
13
13
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53268574%2fipad-app-is-not-utilising-the-full-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you don't have an 11" iPad, how do you know it's not running correctly on such a device? Have you actually tested with the 11" iPad simulator in Xcode 10.1?
– rmaddy
Nov 13 '18 at 16:54
My client has 11" iPad. Yes, I moved to Xcode 10.1 and tested on iPad 11" simulator and its working fine. So hopping new App Store release will fix that issue. I think its not an issue, Its apple's default behaviour for new devices. Its scale your app to nearer iPad resolution. Example in 11" it will sale your app to 10.5" resolution. that's causing that black margin. Thanks
– Rohit Wankhede
Nov 14 '18 at 9:04