The latest in Apple's tablet line, the iPad Mini announced on 10/23/2012 will be the first iPad with a 7.9-inch (diagonal) LED display.
1
vote
1answer
37 views
Images won't show on iPad Mini compatibility mode
I'm developing an iOS app. More specifically, an iPhone and iPod Touch app, since it is not universal. Everything works fine in all 3 screens: non-retina, 3.5" retina and 4" retina.
The problem is: ...
0
votes
0answers
61 views
Sencha Touch 2 app doesn't work on mini iPad
I have created a sencha touch 2 application and packaged it for IOS after doing the required provisioning in the apple portal. The application gets installed and works fine on all iOS devices except ...
1
vote
2answers
114 views
CoreData saving on GCD background queue hangup on iPad Mini
I have a singleton class that saves JSON objects to a CoreData database in the background using GCD (Grand Central Dispatch) queues. This works perfectly the majority of the time, but on iPad 2 and ...
1
vote
0answers
70 views
html: Images not loading in iPad Mini
I've added some images on my html page, and they do not appear on the iPad Mini. I've tested the page on an iPad running iOS6, a galaxy tab 2 with android v4.0.4, and a couple of desktops, and all the ...
0
votes
0answers
22 views
ipad3 and mini box shadow (1px unwanted offsett)
I have problem on i.losett.com paintings gallery (ie. http://i.losett.com/Shimmer,p3,2 ) - it seems there is an 1px unwanted offset between image and shadow (css box-shadow) only on iPad3, iPad Mini ...
2
votes
1answer
358 views
Maximum video out resolution of iPad Mini?
I'm developing an iPad app that can employ an external monitor. When I plug my iPad 3 into my external monitor, I get back a list of resolutions from the external UIScreen object that includes ...
0
votes
2answers
113 views
iPad Mini crashing on modal segue
I am developing an app that runs on all the deployment target simulators (5.0-6.1) and on my iPhone 3GS, 4, 4S and a gen 2 iPad. I had the opportunity today to try running it on an iPad Mini. I works ...
2
votes
1answer
162 views
How do I debug this crash in UIDictationController?
Recently I am trying to debug with the information provided by Crash Reports. So far I have been able to identify and fix some bugs but not this one.
As I read from the crash report, it's something ...
0
votes
1answer
108 views
UIWebView zoom with iPad Mini
My application developed for iPad contains two UiWebView's, and executes this code to make sure the content fits nicely on the screen:
- (void)webViewDidFinishLoad:(UIWebView *)webView {
...
0
votes
1answer
96 views
Why does the animation not run smoothly in ipad mini?
This is my animation code:
CGRect newRect = [self paraStyle:STYLE_DOWNUP currRect:myView.frame];
[UIView animateWithDuration:0.5 animations:^{
myView.frame = newRect;
} completion:^(BOOL ...
0
votes
0answers
187 views
testflight server error
I have developed an IOS app by using titanium SDK. After completing the app when I try to run it in the device using testflight, the app is unable to install on ipad mini having OS version 6.0.2 ...
1
vote
1answer
314 views
“UIKeyboardWillShowNotification” cannot be received on iPad mini
I added following code to viewWillAppear:animated in main view controller.
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(showKeyboard:) name:UIKeyboardWillShowNotification ...
11
votes
5answers
2k views
Is it possible to detect that your iOS app is running on an iPad mini at runtime?
Detecting different hardware at runtime is useful for analytics (among other, even more questionable purposes).
Many iOS app creators may be interested to know how many users are experiencing their ...
-3
votes
1answer
860 views
difference between ipad and ipad mini [closed]
Using X-Code developed universal application for iphone/ipad.
Which make's difference in appearance for iphone simulator and ipad simulator.
Now, for IPad Mini how X-Code will recognized for ipad ...
2
votes
2answers
365 views
How does an app designed for bigger iPads look on iPad mini
I am designing an app for 9.7 inch iPads. I would like to know if anybody has any experience on how an app designed for bigger iPads looks on iPad mini? Does it scale down automatically, somehow that ...
0
votes
1answer
498 views
Do I need Xcode 4.5.2 to be able to build iPad mini compatible apps?
I already know that if an app is iPad 1/2 compatible, it will work fine on an iPad Mini since they have the same resolution.
The other day I updated my Xcode from 4.5 to 4.5.2 and one of the update ...
2
votes
2answers
2k views
what is the ipad mini browser width/height?
I did a bunch of googling but I can't seem to find the (non-retina) html width/height for the ipad mini.
More specifically, the width/height when using:
<meta name="viewport" ...
2
votes
0answers
627 views
What are the new device models for iPad 4th gen and Ipad mini? [closed]
I am trying to figure out which device models are new iPad 4th & iPad mini.
I got a new Ipad 4th Wifi, the model is iPad3,4. Anyone knows the Ipad 4th gen or iPad mini?
my guess for the rest of ...
4
votes
2answers
1k views
How can I detect the dpi on an ipad mini?
I've got an ipad app with some pretty small touch points that are just barely acceptable on the 10 inch screen of a normal ipad. I'd like to be able to get the device dpi so I can scale up the size of ...
2
votes
1answer
5k views
How do I develop app for the iPad mini [duplicate]
Possible Duplicate:
Dealing with iPad Mini screen size
I want to develop app for the iPad Mini, and my app also should work on iPad but the iPad mini simulator doesn't come with the Xcode ...
4
votes
2answers
1k views
iPad mini and 4th generation machine id
Anyone know the machine IDs for these new devices? For example the 3rd generation iPad could be iPad3,1 iPad3,2, iPad3,5 iPad3,6 depending on the model. I'm finding the string with this
struct ...
0
votes
2answers
79 views
What version of the websites is going to be displayed on iPad mini? [closed]
Some websites serve a different version on iPad and on iPhone.
What version of the websites is going to be displayed on iPad mini?
The mobile version as with iPhone or the regular version as with ...
5
votes
3answers
3k views
What is the iPad mini user agent?
What is the iPad mini user agent?
How to distinguish between iPad and iPad mini?
27
votes
8answers
8k views
Dealing with iPad Mini screen size
The new iPad Mini has a 7.9 inch screen size. Does it have a retina display? Will it automatically scale existing xibs and storyboards or do we have to create two versions of each?
Do we deal with it ...


