Questions tagged [ipad-3]

The 3rd Generation Apple iPad.

The third generation of iPad known as "iPad 3" is a tablet computer designed, developed and marketed by Apple Inc. The 3rd generation iPad adds a Retina display, the new Apple A5X chip with a quad-core graphics processor, a 5 megapixel camera, full HD 1080p video recording, voice dictation, and 4G (LTE). It shipped with iOS 5.1, which serves primarily as a platform for audio-visual media, including electronic books, periodicals, films, music, computer games, presentations, web content. Apple.

76 questions
3
votes
1 answer

UIImage loaded from NSData displays black only on new iPad 3

I have a universal binary app that is currently published in iTunes and works correctly on iPhone 3, 4, 4S, iPad 2 on iOS 4.x through 5.1, but displays a black UIImage on the new iPad (3) running iOS 5.1. Has anyone else encountered this? Any fix…
Douglas
  • 154
  • 1
  • 9
3
votes
1 answer

iPad 3 Webapp Crashing in mobile Safari

I have been working on debugging our web app for days now, and I am not sure what is causing it to crash in mobile safari. The app works wonderfully on the iPad2, but for some reason it crashes on the iPad3. I commented out every piece of code, and…
2
votes
3 answers

Retina Display on iPad3 displaying fuzzy text

Currently when displaying some fonts on iPad 3 using core text, the ipad 3 displays them a little bit fuzzy and not as sharp. When these same texts are displayed using a webview on the ipad 3 the the text is very sharp, as expected....does anyone…
user1038017
  • 61
  • 1
  • 6
2
votes
0 answers

React Native App has black border not edge-to-edge fullscreen in iPad 3rd Generation

My React Native app shows edge-to-edge fullscreen on all iOS versions of iPad and iPhone (including iPhone X with its rounded corners) but on iPad 3rd Generation it shows with a black border around the outside of the app. How do I make it…
pythonjsgeo
  • 5,122
  • 2
  • 34
  • 47
2
votes
6 answers

Different UI for different iPAD sizes

Our project runs for all iPAD's and we came across a problem as an example we have 8 buttons vertically sitting on a screen with constraints being added as vertical spacing they look fine on a iPAD 9.7 inch, but they look really big on iPAD 12.9, so…
Shabarinath Pabba
  • 1,359
  • 2
  • 13
  • 22
2
votes
0 answers

GLKView snapshot returning an empty image only on ipad 3

I have a GLKView that have a camera stream displaying. When I try to take a snapshot of that view in ipad 3 by making [_glkView snapshot]; the UIImage generated have the correct size but the content is empty. However, if I run the same code on…
ruimas
  • 41
  • 2
2
votes
1 answer

How to debug a Safari 6 (iOS) connection bug?

The problem i have is really anoying. Basically if I put "https://a.domainX.com" in Safari on an iPad 3, I get a message that the server did not respond. But if I put the same URL on Opera in the tablet, the page get's displayed correctly. Also if…
2
votes
0 answers

Kobold2d how to detect an ipad3

Hi I am trying to work out how to run a universal app in Kobold2d. I would like to have graphics designed for 320x480, 640,960. to support the iPhones. Just to repositions it for the iPad 1 & 2. And not to use the iPad 3 (new) high resolutions? So…
Digi Dex
  • 21
  • 1
2
votes
2 answers

Audio Playback Not Working (AudioToolbox/AudioServices) - iPad 3

I have a short method which plays an audio notification using the AudioToolbox/AudioServices library (i've removed most of the functional code for brevity): - (IBAction)thatWasEasy:(id)sender { NSBundle *mainBundle = [NSBundle mainBundle]; …
ninehundreds
  • 1,097
  • 2
  • 21
  • 43
2
votes
2 answers

HTML5 Canvas - Performance difference between portrait and landscape on retina display

We're using a scaling technique to improve the resolution of our canvas web apps on the retina display. Basically, the technique described here: http://zsprawl.com/iOS/2012/03/html5-canvas-and-retina-displays/ However, we've noticed a SIGNIFICANT…
2
votes
1 answer

Delay in array of images animation

I have a big delay in my image view animation. I am creating navigation based application. In viewDidLoad of my third view controller, i created an image view and add it as sub view. self.myImageView = [[UIImageView…
QCG
  • 2,569
  • 3
  • 20
  • 25
2
votes
1 answer

UIGraphicsGetCurrentContext() short lifetime

I have a view which implements freehand drawing, but I have a small problem. I noticed on the iPad 3 that everything went to hell, so I tried to update my drawing code (probably as I should have done in the first place) to only update the portion…
borrrden
  • 33,256
  • 8
  • 74
  • 109
2
votes
1 answer

iPad2 vs iPad3 manually positioned items changing?

since the iPad 3("The New iPad") has twice the pixels I obliviously have my make any images twice as big. But my question is since it has twice the pixels if I am manually placing an object on screen, with say CGRectMake, will it appear in different…
Praxder
  • 2,315
  • 4
  • 32
  • 51
1
vote
0 answers

Rendering UIView slow performance on iPad 3

I'm using straightforward code to capture the UIView, and it has been working beautifully on the iPad 2 and the original iPad. But it's staggeringly slow on the iPad 3. I know I'm pushing more pixels, but the rendering performance is simply…
Mage
  • 151
  • 1
  • 14
1
vote
2 answers

iOS7 compatibility with App on iPad

Our current app doesn't work on the ipad 3 with retina display running ios7 beta 6. The html page served between the is too big on the ipad, ie. ignores 100% width - therefore the user needs to scrolls around the page to see all the buttons and…