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
1
vote
0 answers

few questions about Unity5 & NGUI on ipad Mini

When all functions are finished on Unity5 Editor, I build it on iPad mini2. But some issues are followed: a. The "made with unity" logo and text is always flickering, with constant frequency to show and hide. However, I ever made the logo in the…
koalago
  • 119
  • 10
1
vote
0 answers

Supporting iPad Mini when I need more RAM

I'm developing a game that requires a decent amount of memory. I've optimized it for basically every iOS device that can run 8.0+, except for the iPads with 512MB of RAM. Do I have to support the iPad mini, or could I write a disclaimer stating that…
Jaun7707
  • 119
  • 2
  • 9
1
vote
1 answer

View does not fit to ipad retina in ios

When I run my app in Simulators it works, but when I test it with real device the view is not filling the view. In the simulators & ipad mini 8.4 : NSLog(@"frame Main %@",NSStringFromCGRect(self.view.frame)); frame Main {{0, 0}, {768, 1024}} In…
Test
  • 177
  • 1
  • 1
  • 13
1
vote
1 answer

TestFlight: Possible errors with multiple device types

I am currently developing an app for the iPad Air/Air 2. Is it possible to test it on iPad Mini 3 via TestFlight? Since I cannot check for myself at the moment, I'll be glad if you tell me some possible problems with this. Best regards, Boyan
1
vote
1 answer

IPAD Mini - IOS 7.0 - Double Select Box Overlap

I have two select boxes as show on the image above. Now the issue is that when I click on the year field, the month field is still being triggered. Seemed like the area for the first select box is too wide or there is some kind of overlap. Anyone…
Severino Lorilla Jr.
  • 1,637
  • 4
  • 20
  • 33
1
vote
0 answers

Is it possible to provide Speech Recognition input to a website from the iPad?

Is there a way for a website to have an ipad (2 or higher) provide input via speech? I.e., they speak into the ipad mic and the website receives the text.
Clay Nichols
  • 11,848
  • 30
  • 109
  • 170
1
vote
0 answers

Split docked keyboard on iPad mini causes excess vertical space when hidden

I have a content div with min-height: 100%; and a relatively positioned footer div with a negative margint-top so the footer would stay at the bottom of the screen. The two divs are siblings. The problem I'm facing comes up when user splits a…
mkvcvc
  • 1,515
  • 1
  • 18
  • 41
1
vote
2 answers

Application launch image on iPad mini issue

I have some UI bugs in launch image on iPad mini device. My application is for iPhone only, but anyway when you start it on iPad it has launch image too. I have Default-568h@2x.png for 4-inch retina display Default@2x.png for 3.5-inch retina…
Paul T.
  • 4,938
  • 7
  • 45
  • 93
1
vote
0 answers

Portrait and landscape iPad/iPad mini behaving strangely

Project Link The login details are : CODE : AAAAAA Name : Test When you visit the website on iPad or iPad mini and once you login, you will be directed to a welcome page. On that page some balloons would arrive from the top and they will come into…
AspiringCanadian
  • 1,595
  • 6
  • 24
  • 43
1
vote
1 answer

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: some images won't show up when running the app on…
gabriel_vincent
  • 1,230
  • 3
  • 16
  • 35
1
vote
0 answers

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 for iPad minis, although the "deviceType" in the…
Essam Diab
  • 51
  • 4
1
vote
1 answer

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 images appear as they should. The image tag i'm…
imbecile
  • 468
  • 4
  • 23
1
vote
0 answers

TestFlight server error

I have developed an iOS app by using the Titanium SDK. When I try to run it on the device using TestFlight, the app is unable to install on the iPad mini with iOS 6.0.2, showing error: This is testflight server error. Please try after sometime. Can…
Muks
  • 21
  • 2
0
votes
1 answer

Unity - Texture2D.Loadimage resulting in MemoryWarning

I currently work on a 2D project on Unity (for mobiles/tablets), where I download a few heavy pictures by using UnityWebRequestTexture.GetTexture(url), which I then store using File.WriteAllBytes(filePath, webRequest.downloadHandler.data). Later in…
0
votes
0 answers

Cordova - Xcode - Build success but Plugin not found

we are using a worklflow where in we need to deploy the cordova app directly to the device. After having include correctly a provisioning profile, build pass all test but the app in the ipad screen still remain black, the problem? Plugin are not…
Simone Campagna
  • 1,130
  • 1
  • 10
  • 19