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

Display issues on iPad/Safari when using minified JS

This is a really strange issue that I've been trying to figure out for several days with no luck. It only happens on slow iOS devices, it doesn't happen every time, and it only happens when using minified JS code (both Angular and my app code). When…
wholladay
  • 1,400
  • 1
  • 18
  • 34
2
votes
0 answers

iOS play any youtube video embed

I want to add youtube player in iOS project. Sometimes some approaches works some not. Some approaches throw restrictions errors that this video will not play, go on youtube etc.Some approaches enters in fullscreen while entering play mode. I want…
2
votes
0 answers

how to solve orientation issue in ios7?

I am working on orientation in ios7 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations return YES; } /** Changing frame depending on mode @param…
user2798258
  • 171
  • 1
  • 4
  • 13
2
votes
2 answers

popcorn.js: on mobile browser youtube "play" button does not appear

I've been using Popcorn.js with YouTube videos successfully for a while. Starting recently, on a mobile browser (in my case on iPad 2) the "Play" button doesn't appear as it did in the past. The video will start to load, you can see the title, but…
Joel
  • 647
  • 2
  • 11
  • 22
2
votes
0 answers

internal api server error in linkedin integration

when i am sending invitation through linkedin integration i got the following error "errorCode": 0, "message": "Internal API server error", "requestId": "3KLV53VUW0", "status": 500, "timestamp": 1365154932156 i am sending the…
seenu
  • 147
  • 1
  • 7
2
votes
0 answers

ipad safari browser not clearing cookies

I am developing mobile web application using Jquery Mobile and MVC 3. I am using FormsAuthentication for the user authentication. Here is my code for Login button click AuthenticationResult authResult = this.membershipService.Authenticate(username,…
user1774777
  • 31
  • 1
  • 4
2
votes
0 answers

No response of popover button while change the orientation from landscape to portrait?

My app cannot respond pop over button while i had change the orientation from landscape to portrait.Any one give a solution for the give issues
ios6
  • 101
  • 7
2
votes
2 answers

CoreAnimation: failed to allocate 1971232 bytes with my iPad apps?

I am using core plot frame work ,i am refresh the view after some time i got the error for "CoreAnimation: failed to allocate 1971232 bytes". here am attaching my code for plotting chat - (void)ipadDraw { CPTGradient *overlayGradient =…
ios6
  • 101
  • 7
2
votes
1 answer

Does mobile simulators work?Css Jquery on iPad

Hi everybody this is my jquery function to change font-size and other specific css values based on screen width.