Questions tagged [ipad-2]

iPad 2 is the second generation model of Apple's tablet computer running the iOS operating system. iPad applications are usually written in Objective-C in the Xcode IDE, although it's possible to use other tools to build iPad applications as well.

iPad 2 is the second generation model of Apple's tablet computer running the iOS operating system. iPad applications are usually written in Objective-C in the Xcode IDE, although it's possible to use other tools to build iPad applications as well.

Currently, there are 4 "generations" (yearly-ish updates) of the iPad:

  • iPad
  • iPad 2
  • iPad 3 (No official version number. Was known as "The New iPad" at release)
  • iPad 4 (No official version number. Minor refresh of iPad 3)

There is also a iPad mini which was released at the same time as the 4th generation of the iPad.

All iPads starting with the second generation are capable of running iOS 6.0.1, the current iOS operating system as of November 2012. iPad 2 was also the first model that supported a rear facing camera.

Links

Related

189 questions
3
votes
1 answer

CompileIntermediate takes between 0.2 and 3 seconds or more to return (same shader/case). Why? (IMGSGX543GLDriver on iOS 7)

I seem to have run into a known iOS issue where a call to glDrawElements causes delayed shader compilation. I used instruments to find the sub-function causing most overheads in this case. While I'm not very happy that compilation happens while…
user234736
3
votes
1 answer

What will registering an apple device a developer device do to it?

I have an iPad 2 and I need a device to test my ios app on. I was wondering if their are any consequences to registering a device to be a developer device. For example, can I still use it as a regular device when I am not developing on it? Will I be…
Dylan Vander Berg
  • 1,809
  • 1
  • 22
  • 37
3
votes
0 answers

AVCaptureSession does not record audio on iPad 2

I've been making this app that includes recording a video together with audio. The videorecording works as it should, and on most devices, so does the audo recording. Except, on an iPad 2 (iOS 6.1.3) the audio recording does not work. In the…
RienK
  • 103
  • 6
3
votes
1 answer

Unity3d apps on iPad2 require old prov. profile to run

Recently I renewed my provisioning profile and the certificates. The problem that occurs now is that the previous Unity3d apps that were on the iPad2 now still require the old provisioning profile to run. When I try to run one of the old apps…
2
votes
3 answers

Detecting home button click event on iPad from the browser

How can I detect the home button click on iPad2? My application needs to send update the server when the home button is clicked on iPad2. I have tried unload, resize event through jQuery, but nothing gets fired. I have tried the same on both normal…
Prasanna
  • 21
  • 1
  • 2
2
votes
1 answer

Get selected text on IPad 2 with Javascript

I'am developing a web-application that allows to select parts of an html document and put some kind of annotation on it. To get hold of the selected text I use window.getSelection() which works pretty fine in IE9, FF, and Safari. However I run into…
RealAugust
  • 166
  • 2
  • 6
2
votes
3 answers

In JavaScript, How can I tell that I'm running an IPad1 verses IPad2?

the navigator.useragent comes back the same if they are at the same IOS version. The useragent is the same so that does not work (I have both an Ipad1 and Ipad2 so I know that is the case). I need to know because the memory available to an Ipad1 is…
Peter Kellner
  • 14,748
  • 25
  • 102
  • 188
2
votes
3 answers

UIPopoverController presented modally doesn't work in iOS 5

First of all, can we talk about iOS 5 here? Or is it still under NDA? If we can't talk about it, just ignore my question. By testing my app with an iPad with iOS 5 installed I discovered a problem with my "modal" popover: This can be closed by…
strave
  • 1,491
  • 2
  • 16
  • 26
2
votes
0 answers

How should I structure my .plist array and dictionary?

Possible Duplicate: How should I structure my .plist array and dictionary? I have UITableView that will have several child UITableViews which may also have 1 or 2 child UITableViews each. What is the best way to structure this? This is what I…
adhikari
  • 79
  • 3
2
votes
1 answer

Is it possible to compile Fortran code for iPad?

I have an application written in Fortran 77 and need it to work in iPad. Is it possible? I prefer not have to rewrite this code in objective C, since there's a lot of complex calculations and I'm afraid I'll have some precision problems. Also, I…
Marcela Rocha
  • 79
  • 2
  • 12
2
votes
3 answers

Landscape UISplitViewController when using a UINavigationController in the detail

I am developing an iPad/Universal application, and I am facing the problem of handling a UINavigationController as the main detail view in a UISplitViewController. What I want to know is how to add the default side controller button to the detail…
2
votes
0 answers

Change video format of iPad 2 video from 720p to lower resolution on device

How do I change video format of iPad 2 videos from 720p to a lower resolution on the iPad 2 device? I'm storing it to the localhost (not the photo album) before sending it to a server.
MikeN
  • 45,039
  • 49
  • 151
  • 227
2
votes
1 answer

Is it possible to create a full-screen UIImagePickerController (with camera source) on an iPad 2?

My goal seems simple: Replicate the behavior of the iPad 2 camera app with regard to previewing/taking still photos. Namely, I want to display the preview in a full-screen window. Unfortunately this seems impossible on the iPad 2 with a…
vargonian
  • 3,064
  • 3
  • 27
  • 36
2
votes
1 answer

iPad2 Camera code same as iPhone4?

I am making an app for the iPad and want to be able to use the iPad 2 camera if available. Is the code to load the iPad camera the same as for the iPhone 4? I have this same code working on the iPhone version of this app, but do not have an iPad 2…
Brandon
  • 21
  • 2
2
votes
0 answers

iOS XMLHttpRequest's responseXML Is null When responseText.length > 10000000

A Web application of mine has begun failing suddenly. My XMLHttpRequest's responseXML is null in Safari on iOS, even though the desktop and Windows Phone browsers I tested could parse the XML and get a non-null responseXML. After lots of guessing…
user1325179
  • 1,535
  • 2
  • 19
  • 29
1 2
3
12 13