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
1 answer

Why am I getting an "unrecognized selector sent to class" error for CIFilter?

This code works on an iPad 2 simulator, but not on my physical iPad 2 (which is running on iOS 7.0.6): var fade = CIFilter(name: "CIExposureAdjust", withInputParameters:["inputEV" : -2.0 ]) The full error message says: [CIFilter…
FierceMonkey
  • 1,964
  • 1
  • 16
  • 22
1
vote
0 answers

My App icon missing in iPad 2 air with iOS 8.3

Ever since this newest update, the app icon is missing and showing as a generic app icon on my iPad running iOS 8.3. Everything else works fine as far as I can tell. On my iPhone running the newest iOS, everything seems ok (the icon shows up). I…
SGDev
  • 2,256
  • 2
  • 13
  • 29
1
vote
0 answers

how to get proper x, y, and z value of magnetic field around iOS device ?

I'm trying to get magnetic field value around my iOS device ( iPad 2 ). I have been googling long time about those subjects, but I couldn't find anything that works properly. i'm trying to make something like this. i read Apple Documentation about…
1
vote
1 answer

Fix the div inside iframe at bottom of iPad

I have a page with a fixed div which is displayed at bottom of screen. When I put that page in iframe it has no issues while viewing in desktop On desktop the yellow bar is coming at bottom without any…
Raghav
  • 8,772
  • 6
  • 82
  • 106
1
vote
0 answers

Is it possible to provide Speech Recognition input to a website from the iPad?

Is there a way for a website to have an ipad (2 or higher) provide input via speech? I.e., they speak into the ipad mic and the website receives the text.
Clay Nichols
  • 11,848
  • 30
  • 109
  • 170
1
vote
0 answers

UITableView separator issue in iPad 2 vs iPad Air

iPad 2 iPad Air As you can see that in iPad 2 and iPad Air both have same OS iOS 8.1 but the UITableView Separator in iPad 2 display correctly in Both Master and Detail View But in iPad 2 you can see that separator in not display correctly looks…
hardikdevios
  • 1,779
  • 14
  • 33
1
vote
1 answer

How to print an image to its exact size in iOS application?

I am printing different images in my application. problem is printer always print the image in the whole page. if image size is very small printer print in the whole page and it looks very bad. i am using the following code for printing image:- …
1
vote
1 answer

Blurry font issue on iPad Safari

I'm using @font-face to load the web fonts which is loading correctly: @font-face { font-family: 'HelveticaNeueLight'; src: url('fonts/HelveticaNeueLight/helveticaneuelight.eot'); src: url('fonts/HelveticaNeueLight/helveticaneuelight.eot')…
Saeed Afzal
  • 368
  • 1
  • 5
  • 18
1
vote
1 answer

window outerHeight is 1024 on ipad

I'm working on a webapp for ios and android. The orientation is landscape when its run on a tablet. When the app runs on an android tablet, the style file included is right, but when the app runs on an iPad 2, the style file included is …
Joe
  • 3,581
  • 4
  • 23
  • 28
1
vote
1 answer

Programmatically setting ipad layout issue

I'm having kind of a funny problem. I problematically now when i enter scene two set the frame sizes of my controls on scene 2 ( they are graphically laid out on the story card too), in order to handle whatever way they need to be drawn depending…
LanternMike
  • 664
  • 1
  • 5
  • 16
1
vote
0 answers

jQuery UI slider with custom handle not working with Twitter Bootstrap 2.3.0

i have a custom handle for my jquery UI slider that worked fine on my laptop as well as on my iPad (using ui touch punch plugin) against jquery UI 1.9.2 + jquery 1.9.0 + twitter bootstrap 2.2.1. however, ever since i upgraded twitter bootstrap to…
1
vote
0 answers

How can i test an application for 1000 iPad,because i have only 1 ipad & i want to perform the load testing.for server side data

How can i test an application for 1000 iPad,because i have only 1 ipad & i want to perform the load testing.for server side data and want to see the response time when i hit the button from the UI (ipad).
1
vote
0 answers

iPad 2 shows blank black screen after launch randomly on device

I'm newer to xcode and have picked up this universal app project from another dev who never could figure out how to fix a bug that was in the code because he said that he could not replicate it. I have 4 different testing devices and I'm able to…
Jesse
  • 11
  • 3
1
vote
1 answer

iPad 2 Chrome rendering issue

I currently have a site that is rendering properly in Safari for iPad 1 & 2 and properly in iPad 1 Chrome but Chrome for iPad 2 isn't picking up my media queries for portrait mode properly. The css query I'm using: @media only screen and (min-width:…
1
vote
2 answers

My iPad get too hot while im testing on it [Running projects on]

While im testing my new app on my iPad 2 retina , i noticed that my device temperature is getting too high, anyone know why ??
user1709502