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
0
votes
0 answers

Is there a workaround to configure host to address mapping on hosts file on iPad?

I need to connect to a work remote server via work VPN (the server is web GUI so connection is via https) which requires hosts resolution, meaning I have to configure the host name and map to the IP address in the hosts file. This is how I connect…
NiyiDrums
  • 1
  • 1
0
votes
1 answer

Background image is not showing up on iPad1 but is on the iPad2

My websites background image: Click Here is not showing up on an ipad1 but is on ipad 2 any ideas? Many thanks in advance.
HAWKES08
  • 523
  • 1
  • 10
  • 23
0
votes
3 answers

Why is my angular 10 default app won't show on IOS 9.3.5?

I usually test my apps on my Ipad 2 that runs on IOS 9.3.5 also I'm using angular 10. I've just created a new app and when running it I get blank page on Safari and Chrome(I think they use the same webkit) Looking at the console of Safari it says…
JSmith
  • 4,519
  • 4
  • 29
  • 45
0
votes
1 answer

AVPlayer bright on iPad 2

AVPlayer and MPMoviePlayer have extra brightness on iPad2. This does not show up in 1 or sim. I am digging through the docs and working on finding a fix even if I have to use a cheap one. I've found various MPMoviePlayer fixes that say "use…
0
votes
1 answer

HDMI Output for App On IPad 2

Im just wondering if there is any code needed in application to utilize the new HDMI output ability with the iPad 2? Or is it the fact that you just plug it in and it will just replicate what is on the iPad screen? Thanks
0
votes
1 answer

Is there any SDK or Library that will allow me to read barcodes on the iPad2?

I have read the other questions on SO that I could find. I want to read a barcode and have the return sent to my application, just like when I plug in a scanner to my computer. I understand it is an image instead of a real scanner but couldn't…
johnny
  • 19,272
  • 52
  • 157
  • 259
0
votes
1 answer

camera code crash on iPad2

I am using camera in my iPhone app and when i open this app in my iPad2 it crashes when i click that camera button.. Here is my code for using camera -(void) loadCamera{ UIImagePickerController *imagePickerController = [[UIImagePickerController…
sajwan
  • 333
  • 3
  • 14
0
votes
2 answers

iPad2 camera display not showing

I have an iPhone app that displays the camera using UIImagePicker to take a picture. I am porting it to iPad2 and when i want to display the camera (through a modalviewcontroller) i get the camera buttons but the display in the preview is just…
pabloruiz55
  • 1,306
  • 1
  • 14
  • 27
0
votes
1 answer

Is it possible to access video data on both cameras on ipad2 at the same time?

Could we get two live video streams at the same time? Or should I switch cameras to get two streams?
TiansHUo
  • 8,509
  • 7
  • 45
  • 57
0
votes
1 answer

Is there a function which lets you add functionality to an existing app on ios?

I am curious if it is possible to make an app that adds a functionality to an existing app on ipad, say safari. If yes, which function would add a button to safari? My question is based on 2 app advertisements I saw, one added a button to safari,…
tiw
  • 535
  • 1
  • 6
  • 22
0
votes
3 answers

Can I use C++ and Qt on iPad 2?

I work with Qt in Ubuntu. I bought an iPad 2 yesterday and I don't know if I can compile C++/Qt on it. Is it possible?
fafa
  • 539
  • 2
  • 7
  • 8
0
votes
1 answer

Will MonoTouch install on Apple iPad 2?

Will MonoTouch install on Apple iPad 2?
John
  • 1
0
votes
1 answer

iPad: Crash occurs when accessing Photo Album

I am trying to access Photo Album using the following code. It works fine on my iPhone or iPad less than 4.0 versions. (void)BrowsePhotoLibrary:(id)sender { NSArray *types = [UIImagePickerController availableMediaTypesForSourceType: …
Getsy
  • 4,887
  • 16
  • 78
  • 139
0
votes
1 answer

Is it Possible to make video conference app for iPad 2 and iPhone 4?

I was asked to make an app for ipad2/iphone4 to make video conference, I have googled a while but did not find much could help. Can anyone do me a favor? any help will be appreciated!
b_bruce
  • 53
  • 1
  • 4
0
votes
1 answer

App rotates on all iPads except for iPad 2

I have a universal app that works fine on all hardware except for iPad 2. On that device the app doesn't rotate, it's always locked to portrait. On other iPad hardware it rotates fine, and running the same version of iOS (9.3) on other hardware…
hokiewalrus
  • 551
  • 5
  • 17