The 3rd Generation Apple iPad.
0
votes
1answer
28 views
ipad 3 crash on app launch
Im 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
...
0
votes
0answers
25 views
How to debug a Safari 6 (iOS) connection bug?
The problem i have is really anoying. Basically if I put "https://a.domainX.com" in Safari on an iPad 3, I get a message that the server did not respond. But if I put the same URL on Opera in the ...
0
votes
2answers
138 views
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);
...
0
votes
0answers
74 views
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 ...
0
votes
1answer
27 views
external js file is not working in safari app mode in ipad3?
In footer we are giving
<script src="/js/general.js"></script>
file but in app mode of (ipad3, iphone5) that file is not working.
Any suggestions that would be great.
0
votes
2answers
28 views
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 ...
0
votes
1answer
35 views
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 ...
2
votes
1answer
167 views
is the ipad 3 device-width always 768 even though the resolution width is 1536 in the viewport meta tag?
I am trying to understand the viewport meta tag for ios devices. I created a test page, where I inserted an image that is 862px wide. so i have the viewport meta tag as:
<meta name="viewport" ...
0
votes
1answer
31 views
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 ...
0
votes
0answers
76 views
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 ...
0
votes
0answers
116 views
AVPlayer does not play high-resolution video
I'm trying to use AVPlayer to play a simple video.
As I usually did with images I exported 2 versions of the video, the first having a resolution of 1024 * 768 and the second having a resolution of ...
0
votes
0answers
195 views
Safari - Web site Crashing in iOS 6.0.1 and not in iOS 5.x
I'm trying to open the following URL in iPad 3 Safari browser.
http://www.pearsonschool.com/index.cfm?locator=PS1yJe&PMDbProgramId=110081&sampleId=11241
And doing the following steps:
Click ...
0
votes
0answers
24 views
iPad 3 graphics dimensions
i know the icon should be 114*114, but what about the other graphic assets, shall I just double the dimension of each control as we do for normal and retina iPhone/iPod?
0
votes
0answers
34 views
renderincontext creating some delay while drawing in ipad3
In my application, user has a white board on which the user is drawing and at the same time the app getting the screenshot of the screen at a regular interval to make the video of that drawing.
My ...
1
vote
0answers
1k views
iOS6 crash <Error>: 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 ...
1
vote
0answers
119 views
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. ...
0
votes
1answer
92 views
It's obligatory to support the retina display of the new ipad?
I just finished developing a long project, universal (iPhone, iPod, iPad), and i didn't develop with the retina display on mind.
I'm forced to add assets to support this new resolution ?. If i'm ...
-3
votes
5answers
2k views
How to get current orientation of device programatically in iOS 6?
I have developed an app. When I am testing my app on iOS6 device then my code is not working regarding orientation.
I want to know orientation and regarding that I want to call a few methods. I am ...
0
votes
0answers
211 views
Phonegap - Datepicker plugin not works with ipad3 (ios6)
Has anyone managed to update the Datepicker plugin to work for ios6 on iPad3?
I'm using Cordova 2.2. its work fine with ipad(ios6) but not with ipad3(ios6).
I have got it working fully in ios 5 and ...
0
votes
1answer
55 views
“_OBJC_CLASS_$_IconDownloader”, referenced from: & clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run time program show the following error:-
"_OBJC_CLASS_$_IconDownloader", referenced from:
&
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any One solve ...
0
votes
4answers
305 views
Will iPad2 app work on iPad3?
I am new to iOS,
I seen that iPad 2 has resolution of 1024-by-768 and iPad 3 has resolution of 2048-by-1536 with retina display..
I am sure that iPad 2 app will defiantly work on iPad mini because ...
1
vote
1answer
224 views
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 ...
1
vote
1answer
32 views
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 ...
0
votes
0answers
39 views
Is it a good idea-Make view nil in viewdiddisappear?
I am facing memory management problems in one of my iPad application which is in iOS6, wherein my application terminates due to large amount of dirty size. I have 5 view controllers which get created ...
1
vote
2answers
396 views
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 ...
0
votes
0answers
41 views
ios6-iPad3 application terminating due to large amount dirty size,resident size
I have converted my ios5 iPad application, which was working fine then to ios6 which is terminating due to large amount of resident size/dirty size.What should I do to reduce the resident size/dirty ...
8
votes
2answers
2k views
UIImageWriteToSavedPhotosAlbum does not work in iOS 6 iPad 3
I'm using the next function to save photos in my app:
UIImageWriteToSavedPhotosAlbum(pngImage, self, @selector(image:didFinishSavingWithError:contextInfo:), NULL);
It works well on iOS 5.1.1 ...
0
votes
1answer
229 views
Optimizing Image Drawing for iPad 3
I am trying to find the most optimized way to draw images in iOS on the iPad 3. I am generating a reflection for a third party version of coverflow that I am implementing in my app. The reflection is ...
1
vote
0answers
102 views
PDF rendering for Retina Display devices
My pdf reader engine give slow and poor pdf rendering in iPad 3 (retina display). I used a normal rendering using Core Graphics framework.
Using the same how can i enhance the pdf rendering / other ...
2
votes
0answers
105 views
Kobold2d how to detect an ipad3
Hi I am trying to work out how to run a universal app in Kobold2d.
I would like to have graphics designed for 320x480, 640,960. to support the iPhones.
Just to repositions it for the iPad 1 & 2.
...
2
votes
2answers
293 views
Audio Playback Not Working (AudioToolbox/AudioServices) - iPad 3
I have a short method which plays an audio notification using the AudioToolbox/AudioServices library (i've removed most of the functional code for brevity):
- (IBAction)thatWasEasy:(id)sender {
...
0
votes
0answers
36 views
Mountain Lion reboots while connection to iPad3
I have installed Mountain Lion recently. I had been using 4th generation iPod Touch for development and it was working fine. Once I had to debug something on iPad 3. Amazingly the OS reboots every ...
0
votes
2answers
238 views
Incorrect display on iPad3 during iOS programming
I am developing an iOS app using Cocos2D and I encountered a very strange problem as follows.
At the beginning, there is only a full version, and everything works well on both iPad2 and 3. Now, I ...
0
votes
1answer
270 views
iPad retina stretches non-retina images in Cocos2d
I have a iPad app built with SDK 5.1 (Xcode 4.4). The app is a non-retina app. On iPad 1 and 2 the images are scaled properly. On the new iPad (3rd generation) all the images get scaled up. This ...
0
votes
0answers
309 views
Javascript SECURITY_ERR: DOM Exception 18 error on new iPad
we're having an odd issue with a web app but only on iPad 3/new iPad. Sometimes when accessing a website we get SECURITY_ERR: DOM Exception 18 but only sometimes and only on this kind of iPad, on iPad ...
1
vote
2answers
347 views
HTML5 Canvas - Performance difference between portrait and landscape on retina display
We're using a scaling technique to improve the resolution of our canvas web apps on the retina display. Basically, the technique described here:
...
0
votes
2answers
897 views
UIAlertView in iOS 6 Beta 3 (ipad 3) Does not seem to trigger the code in the delegate
I ran across this problem where the UIAlertView does not trigger any handlers in the delegate. It works fine on all iOS 5.0 and later/ iOS 6 beta (iPhone4/4s, iPod, ipad1/2) device, but the problem is ...
3
votes
1answer
297 views
Delay in array of images animation
I have a big delay in my image view animation.
I am creating navigation based application.
In viewDidLoad of my third view controller, i created an image view and add it as sub view.
...
3
votes
2answers
1k views
iPad 3 renderInContext slow - Bad rendering performance
I am trying to get an image out of a view where a user can paint on, or add some other views. With the iPad1 & 2 everything is working fine so far.
But on the iPad3 it runs like a dog.
I am ...
0
votes
0answers
288 views
Adobe Air app installs at ipad 1 but doesn't on Ipad 3
We have an air app which works on ipad 1. But when we try to install it on Ipad 3 it fails to install our app (saying useless message). But it is possible to install another apps on this Ipad. We have ...
0
votes
1answer
332 views
Automatically selecting ipad @2x retina images for ipad3 from document folder
I am developing an iPad3/iPad2 application. In my bundle I have both iPad2 and @2xiPad3 images.It is working fine when i use bundle. In iPad2 low resolution images are detected and in iPad 3 high ...
1
vote
1answer
267 views
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 ...
2
votes
1answer
715 views
UIGraphicsGetCurrentContext() short lifetime
I have a view which implements freehand drawing, but I have a small problem. I noticed on the iPad 3 that everything went to hell, so I tried to update my drawing code (probably as I should have done ...
0
votes
2answers
1k views
CGContextDrawLayerAtPoint is slow on iPad 3
I have a custom view (inherited from UIView) in my app. The custom view overrides
- (void) drawRect:(CGRect) rect
The problem is: the drawRect: executes many times longer on iPad 3 than on iPad 2 ...
3
votes
1answer
383 views
iPad 3 Webapp Crashing in mobile Safari
I have been working on debugging our web app for days now, and I am not sure what is causing it to crash in mobile safari. The app works wonderfully on the iPad2, but for some reason it crashes on the ...
1
vote
2answers
501 views
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 ...
4
votes
2answers
2k views
Screenshot Using UIGraphicsBeginImageContextWithOptions For iPad 3 (Retina)
I am taking a screenshot using the following code:
// Returns 1024x768 for iPad Retina
CGSize screenDimensions = [[UIScreen mainScreen] bounds].size;
// Create a graphics context with ...
0
votes
0answers
558 views
Google Street View not working on the new iPad (3rd generation iPad)
I am writing an app for the new iPad (3rd generation iPad) that loads a Google Street View into UIWebView and I find it crashing after a few interactions. The same thing works fine in iPad 2. Has ...
1
vote
1answer
104 views
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, ...
-1
votes
1answer
144 views
(Ipad 3 vs Ipod) Budget Development Device? [closed]
Now i know this has been asked before:
Ipod touch testing
Some people in stack overflow said now is the time to get ipad if on budget to test all (iphone,ipod touch , ipad) apps
Dilemma:
Since ...





