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

iPad 2 Safari not showing progressive .jpg files

Using iPad 2 with OS 5.1.1. In Safari, trying to display a jpg image through img tag but doesn't shows (shows only ? icon). The same image displays if url directly typed on address bar. Also noted that if the image saved as non-progressive jpg, it…
user1106995
  • 780
  • 1
  • 7
  • 14
1
vote
1 answer

iOS avaudiosession not starting on certain iOS hardware

I have a strange situation with an AVAudioRecorder used to record audio in my iOS app. I have found some rare iPad2 devices where the audio session will not start recording. The iOS app code does record fine for all other types of iPod Touches,…
1
vote
0 answers

In Xcode 4.2 How can i Use UITableView data to create and update a spreadsheet model view?

I have an idea where I'd like to use tableviews to input data and then have it appear/update in a "Spreadsheet looking" model view. Adding cell rows within a tableview will add cells to the resulting spreadsheet type final view. I understand…
1
vote
0 answers

On clild window close cannot send value to parent window in JavaScript for iPad Safari

I need to open a new popup window/tab using window.open method of javascript and on close of the new tab/popup window have to return some values from closing window to parent window. When I open a popup suing window.open in my asp .net application…
Kamran
  • 591
  • 1
  • 5
  • 9
0
votes
1 answer

How do I Stop IOS opening an embedded google map on a webpage in the IOS maps app?

I have a webpage with an embedded google map in an iframe. When I visit this page on an iPad2 IOS 4.3.2 (work iPad so its not upgraded to IOS 5) instead of opening the page it launches the IOS google map app. This shows the correct map but not the…
Jaz
  • 59
  • 2
  • 9
0
votes
1 answer

Application failed to install in iPad2

My Application runs fine in iPad simulator, but when i try to install it in iPad 2.. It throws me Application Name Failed to install. iOS version is 5.0. I am using Titanium Mobile for development. The same Application works fine in Android…
theJava
  • 14,620
  • 45
  • 131
  • 172
0
votes
1 answer

appDelegate.window.rootViewController = self.someController memory leak?

It is showing as low memory on this line/code appDelegate.window.rootViewController = preVC; My code: - PreViewController *preVC = [[PreViewController alloc] initWithNibName:@"PreViewController" bundle:nil]; preVC.managedObjectContext =…
Lion
  • 872
  • 1
  • 17
  • 43
0
votes
1 answer

Get the distance moved by finger during touchmove Event Jquery

I have a Jquery carousal which I have coded to move on the touchmove event. On testing on iPad 2, Safari browser it is working. Now I want to do 2 things: Get the direction in which the finger moved so the carousal moves accordingly(Right to left…
sarveshs
  • 68
  • 1
  • 2
  • 9
0
votes
2 answers

Scanning SDK for Ipad 2, iPad 3

I'm trying to embed barcode scanning into my iPad application. I'm considering leveraging an external hardware barcode device that has a native iOS SDK. what's your thoughts? I would prefer to leverage the iPad as oppose to using an external…
0
votes
1 answer

Getting an NSInternalInconsistencyException Error in iOS 5.0.1

I am getting the error in iOS 5.0.1 but working below the iOS 5.0.1 version. the crash report is as follows: - Hardware Model: iPad2,2 OS Version: iPhone OS 5.0.1 (9A405) Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception…
Lion
  • 872
  • 1
  • 17
  • 43
0
votes
2 answers

ios versions compatibility

Just saw wiki article "ios version history", which says that ios 5 is compatible with iPhone 3GS and greater devices. Does iPhone 3GS, iPad 1 and 2 really support storyboards and new components of iOS 5? or do they require a software update for…
Firdous
  • 4,624
  • 13
  • 41
  • 80
0
votes
1 answer

How can I disable dragging all website in ipad2?

I make a website display in ipad2, and everytime I put one finger, hold and drag up or down, all the website also move up and down. Could you please tell me how to disable it, guys? I have tested with the google.com too, hold the finger, move up and…
ted
  • 57
  • 2
  • 12
0
votes
1 answer

iPad Ad hoc version not run on the device

I'm facing a problem when running the AdHoc distribution app, I've developed an application and test it using development certificate on real device, running successfully, but when produce the adHoc and send it to my client to test it, the…
Scar
  • 3,460
  • 3
  • 26
  • 51
0
votes
1 answer

Any updated http segmenter for IPad / iPhone video streaming with latest ffmpeg?

I would like to know if there are any http file segmenters with support for the latest ffmpeg libraries? So far I have found some projects, although I haven't been able to compile them using ffmpeg…
ipegasus
  • 14,796
  • 9
  • 52
  • 76
0
votes
1 answer

Change to secondary camera using Phonegap

I'm using phonegap 1.2 in a ipad2 app. I need to use the camera facing front, not the main camera. When the API activates the camera it starts ok, but it uses then main camera on the back, and the user has to switch to the secondary camera in the…
klante
  • 51
  • 3