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

empty-cells on iPad browser

I have a table in a webpage that sometimes has empty cells. When viewed on my Firefox browser on my laptop it draws the border of those cells even if they are empty. When I view it on my iPad3 Safari browser it does not. I discovered CSS…
Morag Hughson
  • 7,255
  • 15
  • 44
0
votes
1 answer

UIPageViewController with Images in iPad3 caches all viewcontrollers in memory

In ARC, I have customised UIPageviewController as MyPageViewController. I am adding MyPageViewController as a childViewController to RootViewcontroller. The Transition Type is set as Curl. ImageViewControllers are added as viewControllers of…
0
votes
1 answer

Application was crashing without any error message

i am doing one application.That application is running successfully in ipad simulators.But app was crashed in ipad retina simulator without any exception or error message.And the crash report for that crash is Process: lsd [2796] Path: …
0
votes
1 answer

Application was crashed in ipad Air

i did one application and submitted to appstore.But application was rejected due to crash problem.But i run on my ipad it's working properly.I send a mail to review team.And they give me reply as "Your application was running successfully in all…
0
votes
0 answers

How to deduct chances in a game I created on Xcode for iPad

The subject of this game is the player must avoid the cans falling from the top. I want to give the player 3 chances, this is my code: _chancesCount = 0; if (CGRectIntersectsRect(_cola.frame, _cabbie.frame)) { _chancesCount += 1; } …
0
votes
2 answers

Target iPad3 but not iPad4

I'm try to add some css that will need to execute on iPad 3, but not iPad 4 or vice verse. I'm able to target both leaving the old version with: @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( …
Nasko
  • 41
  • 1
  • 10
0
votes
2 answers

How to detect if your device is an iPad3 or 4 using jQuery or javascript?

I've been searching for some ways to detect the iPad3 and iPad4 devices. I'm adding meta viewport dynamically. I wanted to see desktop version and remove the viewport in Desktop, iPad3 & iPad4 but in mobile of course add viewport to see mobile…
markvicencio
  • 146
  • 1
  • 7
0
votes
1 answer

iPad 3 crash on app launch with EXC_BAD_ACCESS and KERN_INVALID_ADDRESS

I'm checking my app with iPad its working fine, the flow goes well. When I try with the iPad 3, It crashes with the following log: CrashReporter Key: 793204a942c8c4835c8ee40189ce37008d86e70c Hardware Model: iPad3,3 Process: …
Globas techn
  • 95
  • 1
  • 6
0
votes
2 answers

Retina display on iPad3 set background image using css

I tried the following css, but it doesnt help on iPad3. Only one fourth of the image fits on iPad3.What is going wrong? .titleIcon { float: left; background: url(/images/sprite.png); background-position: 0px 0px; width: 16px; height:…
user930514
  • 917
  • 2
  • 16
  • 28
0
votes
1 answer

adding UIPageviewController with UIWebview create unexpected memory crash in iPad3 but working perfectly in iPad2

I am working on iPad ebook type application. I have to get the data from web service and display it in webView at the start of the application. so at the start of the application i am creating an array of UIViewController with UIWebview .when i am…
darshan
  • 1,115
  • 1
  • 14
  • 29
0
votes
2 answers

external js file is not working in safari app mode in ipad3?

In footer we are giving file but in app mode of (ipad3, iphone5) that file is not working. Any suggestions that would be great.
Himabindu
  • 1
  • 3
0
votes
2 answers

javascript code to differentiate between ipad and ipad retina?

I'm developing an application for Ipad. So I need to change the image rendering depending upon the devide wheteher it is ipad or ipad-retina . So can anybody tell me how to detect the difference between ipad and ipad-retina? Thanx!!!!!!!
0
votes
1 answer

why doesn't the viewport meta constant device-width return 1536 pixels for the ipad 3 instead of 768 pixels?

I don't understand how else you can let each device figure out how a page is displayed on the screen, across all devices, if it just returns the same width as the older ipads that have a smaller pixel density. how is the ipad 3 supposed to know how…
Masu
  • 1,568
  • 4
  • 20
  • 41
0
votes
1 answer

ipad 3 with cocos2d 0.99.5

Is there any way to make my app work on ipad 3 without updating to cocos2d 1.0.1 or higher? I am using cocos2d 0.99.5 and a third party framework (not mine) which uses cocos2d 0.99.5 Updating to cocos2d 1.0.1 or higher would be a colossal work. My…
0
votes
0 answers

How to make a cocos2d game compatible with iPad3 without using HD images

I have an iPad application. In this application I have used only normal images. This application is a game made in cocos2d. Apple rejected this application by giving the reason that it is not compatible with iPad 3. And images are not getting…
aks.knit1108
  • 1,305
  • 9
  • 20