Questions tagged [ipad-3]

The 3rd Generation Apple iPad.

The third generation of iPad known as "iPad 3" is a tablet computer designed, developed and marketed by Apple Inc. The 3rd generation iPad adds a Retina display, the new Apple A5X chip with a quad-core graphics processor, a 5 megapixel camera, full HD 1080p video recording, voice dictation, and 4G (LTE). It shipped with iOS 5.1, which serves primarily as a platform for audio-visual media, including electronic books, periodicals, films, music, computer games, presentations, web content. Apple.

76 questions
1
vote
0 answers

iOS6 crash : libMobileGestalt copySystemVersionDictionaryValue

I'm stucked over one week I cant figure it out why my app crashed only in IPAD3 ios6.0.1, all other ipads does not crash, my app uses a lot of memory because it downloads a lot of contents and uses also a lot of webviews, here is the crash…
user784625
  • 1,928
  • 5
  • 24
  • 38
1
vote
0 answers

iOS capture view with background thread

I'm not sure how to efficiently capture the screen on a pixel-dense iOS device such as the iPad 3 (2048x1536). I've seen some examples such as this & this: However, these solutions are too slow. I would like the view to be periodically captured…
fanghai44
  • 63
  • 6
1
vote
1 answer

Chosen (chzn) vs iPad 3: Short pages flicker/bounce when a chzn select is touched

This is difficult to articulate and I wonder if anyone else has had this issue. Have a look at this preview on an iPad3. 1) Click any of the CHZN dropdowns. (selects) -- You'll notice a screen flicker.. or a bounce.. whatever you want to call it. 2)…
ninjacolin
  • 114
  • 1
  • 8
1
vote
1 answer

How to release everything thats retained by a viewController?

I have 5 viewControllers which are reloaded each time I tap onto them. I want to reduce the memory allocations so in viewDidDisappear i am making all the IBOutlets nil , but still I want to reduce more memory,which is all that is retained by the…
Shantanu
  • 3,086
  • 3
  • 25
  • 32
1
vote
2 answers

Ad hoc OTA deployment working on all ipads except iPad 3 with IOS 6

I am running into a weird issue for my Company. I have setup a build for my ipad app that is built with an AD hoc profile. I followed all the directions on how to set this up and is working correctly with the provision profile and the app for 5…
Scoota P
  • 2,622
  • 7
  • 29
  • 45
1
vote
1 answer

What will cause an iPad (3rd gen) to crash on launch but work in the simulator?

I got this rejection message from Apple. We found the app quit upon launch on the iPad (3rd Gen) I have tested my iPhone app on both the 1st and 2nd generation iPads with no problem and used the simulator on retina mode to test the iPad 3rd…
whatchamacallit
  • 238
  • 1
  • 7
1
vote
2 answers

Can iPad2 use images of resolution 2048 x 1536 with no aesthetic problems?

I am developing an iOS application for iPad. Currently I am using images of resolution 2048×1536 px (iPad3 resolution). If I run this app on iPad2 or iPad1 will it get fitted to its resolution (1024×768 px)? Or should I use a 1024×768 images and…
RVJ
  • 99
  • 1
  • 6
1
vote
1 answer

iPad3 renders white cell label

I have splitviewcontroller which contains tableview and detailview. whatever item is selected from tablview related description will be shown in detailview. when user selects any cell from tableview, i load the appropriate view in detailview and…
iNeal
  • 1,729
  • 15
  • 23
1
vote
1 answer

Developing an app/game for iPad 3 in air

I have a simple game that I am building in as3/air using flash develop, and I would like to be able to put it onto the iPad 3. My question is, if I develop the app in a 1024 x 768 resolution, will it scale effectively when deployed onto an iPad…
Nicholas
  • 123
  • 4
1
vote
1 answer

send sms using ipad through my Own application

I am building a system in iOS on ipad which records appointments. Once a appointment is scheduled, a message needs to be sent to the number given while scheduling. Is there a way i can send a SMS through ipad?
southpark
  • 541
  • 2
  • 5
  • 19
0
votes
0 answers

How to distinguish in code between the new iPadPro with a home bar and the old one with the home button?

I want to change constraints programmatically depending on whether the app is run on the old iPad Pro with home button, or the new one with the home bar (swiping indicator) (3rd generation iPad Pro). How can I make that distinction in Swift since…
Sloba
  • 66
  • 4
0
votes
1 answer

iPad Air doesn't display my foundation 6 site properly

I am using Foundation 6 in a Wordpress site. The issue I face is solely happening on iPad Air. It works fine on older iPads and all other devices and browsers. What happens is that I have 6 small-2 columns but the last one is displayed in a new…
curuba
  • 527
  • 1
  • 10
  • 29
0
votes
1 answer

Input Required Doesn't work on Safari on iPad 3

I have an email input
It worked on most of the broswer except on Safari on…
code-8
  • 54,650
  • 106
  • 352
  • 604
0
votes
0 answers

iPad webapp links open in new tab from area href (imagemap)

I have an ipad webapp that I have a slight issue with in that links from an imagemap are opening in a new tab. I have utilised some great code for opening links in a webapp and it works great with tags but it doesn't seem to work with…
nematoth
  • 353
  • 2
  • 6
  • 15
0
votes
1 answer

How to detect (from website) whether ipad is using a Safari or non Safari (wrapper) browser?

On the iPad (2+) The Chrome browser (which is a wrapper around the native Safari browser AFAIK) does not fire some events (such as when the user closes the browser). This leads to false positive "app has crashed" reporting. So we'd like to filter…
Clay Nichols
  • 11,848
  • 30
  • 109
  • 170