Questions tagged [ipad-mini]

The iPad Mini refers to the iPad models with a 7.9-inch (diagonal) LED display. Questions that are not dependent on hardware should use the iOS tag instead.

The iPad Mini announced on 10/23/2012 was the first iPad with a 7.9-inch (diagonal) LED display.

iPad Mini features a 1024-by-768 resolution at 163 pixels per inch (ppi) allowing applications originally designed for iPad 1 and 2 to work and be scaled properly without any changes being made to the applications.

Available models include 16GB, 32GB and 64GB, in a choice of black or white.

Cellular carrier options in the United States include AT&T, Verizon Wireless and Spring.

Only use if you have problems with the hardware itself. For questions related to larger iPad models use .

Later models

  • The iPad Mini 2 uses a retina screen with a resolution of 2048 x 1536.

  • The iPad Mini 3 is like the Mini 2 but with a Touch Id fingerprint scanner.

77 questions
0
votes
0 answers

iOS drawrect ios6 v ios7

I have an app that basically is a ring size app, I have stored all the CGRect frames in an array and then I pass them into a UIView class. So you can navigate through the array changing the size of the circle. Works fine on all iOS7 devices, however…
pettman
  • 11
  • 5
0
votes
2 answers

ipad mini retina wrong screen resolution

I can't take good results when I try to read resolution of my device. Such code CGRect screenRect = [[UIScreen mainScreen] bounds]; CGFloat screenWidth = screenRect.size.width; CGFloat screenHeight = screenRect.size.height; NSString*…
Vyacheslav
  • 26,359
  • 19
  • 112
  • 194
0
votes
1 answer

Image is not saving to Photo album in iPad mini

I am using the following code to save image into photo album, ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init]; [library writeImageToSavedPhotosAlbum:[my_Image CGImage] orientation:(ALAssetOrientation)[my_Image imageOrientation]…
Surfer
  • 1,370
  • 3
  • 19
  • 34
0
votes
1 answer

iPad Mini Heap Size

Is there anyone who knows the heap size of an iPad Mini? I've searched about it and I didn't find any good information. What I want to know is the exact or approximation size of the heap. Thanks!
dzep
  • 685
  • 1
  • 8
  • 20
0
votes
1 answer

jQuery Mobile best practice - panel button, back button, or both

I'm creating a mobile app targeted for iPad Mini. I have a panel that slides out from the left with navigation menu. I also have the need for a back button in the header. What is the best practice for buttons in the header? I need a back button…
Tom Schreck
  • 5,177
  • 12
  • 68
  • 122
0
votes
1 answer

Why game crashes because low memory on iPad mini but OK on iPad2?

The game we are developing is crash on iPad mini with IOS 7 because the low memory warning when the game uses about 200MB memory. However, there is more than 100MB free device memory, and the game is OK on iPad2. Anyone knows what happened on iPad…
0
votes
0 answers

How to exclude iPad Mini support?

My app only has retina images, so I am including front-facing-camera as a device capability to exclude non-retina iPhone devices; however, this does not account for iPad devices. How can i exclude non-retina iPad devices, such as the iPad mini, from…
adam1121
  • 7
  • 6
0
votes
0 answers

can not connect to itune store while click on rating within application

I would like to open app link in iTunes, while click on "rate this app" link. But issue is that "can not proceed your request" or "can not connect to itune store". It only happens in iPad mini. Otherwise works fine. Please anybody can solve this…
0
votes
2 answers

CGrectMake width automatic on different devices

I know how to set the width of something like the navigation bar, for ipad mini CGRectMake(0,0,748,100) for example for a custom navigation bar, however the resolution for the ipads width is around double that, is there a way that will work on…
user2515907
  • 35
  • 1
  • 10
0
votes
1 answer

Mobile CSS/Javascript iPad and iPad mini compatibility

I am creating a phonegap app for iOS devices. I wrote some codes for only iPad like this: $(window).bind('orientationchange', function() { if ($.event.special.orientationchange.orientation() == "portrait") { //Do whatever in portrait…
Orçun yumarcı
  • 135
  • 2
  • 15
0
votes
2 answers

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 everywhere except when I try to segue to a…
Bob
  • 559
  • 1
  • 5
  • 18
0
votes
1 answer

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 { [ipadWebMonth1…
Jack
  • 343
  • 2
  • 8
  • 19
0
votes
1 answer

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 finished) { ...... }]; It is common animation code…
qiushuitian
  • 1,261
  • 4
  • 19
  • 31
0
votes
1 answer

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 description lines mentioned something like: This…
Alex Salom
  • 3,074
  • 4
  • 22
  • 33
0
votes
2 answers

What version of the websites is going to be displayed on iPad mini?

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 iPad.
viebel
  • 19,372
  • 10
  • 49
  • 83