Questions tagged [ipad]

iPad is a tablet computer designed by Apple running the iPadOS operating system. iPad applications are usually written in Objective-C or Swift in the Xcode IDE, although it is also possible to use other tools to build iPad applications. Questions that are not dependent on hardware should use the iOS tag instead.

iPad is a tablet computer designed by Apple running the operating system. iPad applications are usually written in and in the IDE, although it's possible to use other tools to build iPad applications as well.

Only use if you have problems with the hardware itself. For iPad Mini related questions use .

Models:

  1. iPad series:

    • iPad (1st generation)
    • iPad 2
    • iPad (3rd generation)
    • iPad (4th generation)
    • iPad (2017, 5th generation)
    • iPad (2018)
  2. iPad Mini series:

    • iPad Mini (1st generation)
    • iPad Mini 2
    • iPad Mini 3
    • iPad Mini 4
    • iPad Mini (2019)
  3. iPad Air series:

    • iPad Air (1st generation)
    • iPad Air 2
    • iPad Air (2019)
  4. iPad Pro series:

    • iPad Pro 12.9-inch (1st generation)
    • iPad Pro 9.7-inch (1st generation)
    • iPad Pro 10.5-inch (1st generation)
    • iPad Pro 12.9-inch (2nd generation)
    • iPad Pro 11-inch (1st generation)
    • iPad Pro 12.9-inch (3rd generation)

Resources


Related

34728 questions
11
votes
4 answers

HTML5 video unable to playback in iPad after .appendTo or .detach

I'm running into an interesting issue where my video is unable to play back in iPad after .appendTo or .detach. It presents a play button, but when the play button is pressed, nothing happens. Jsfiddle http://jsfiddle.net/LHTb5/1/ HTML
Benjamin Powers
  • 3,186
  • 2
  • 18
  • 23
11
votes
3 answers

UICollectionView: Assertion failure in -[UICollectionView _endItemAnimations]

I'm getting this error in my app: *** Assertion failure in -[UICollectionView _endItemAnimations], /SourceCache/UIKit/UIKit-2372/UICollectionView.m:2801 It happens in my -controllerDidChangeContent: method on this line: [self.collectionView…
user319436
11
votes
3 answers

Media Query for iPad and desktop (max-width)

I want some CSS code to target both iPad and desktop with max-width: 768. This (I don't know why, would be glad to know) doesn't work for the iPad (only desktop): @media only screen and (max-width: 768px) so I had to to this for the iPad: @media…
zok
  • 6,065
  • 10
  • 43
  • 65
11
votes
0 answers

_WebSafeForwarder forwardInvocation crashes

I'm getting quite a few errors which appear to be related to WebKit in my iOS project. To give some background, we use WebViews in our application for displaying news stories. These news stories often include links and when the user clicks on the…
seanoshea
  • 5,556
  • 3
  • 20
  • 28
11
votes
6 answers

XCode 4.5 / iOS6 : orientation issue with my iPad app in Landscape mode

I just opened my iPad project on XCode 4.5. My app is designed to run in Landscape mode. It works perfectly on previous versions of XCode. But on XCode 4.5, it is rotated of 90° (quarter turn) with a empty area on the right side of the screen (and…
toto_tata
  • 14,526
  • 27
  • 108
  • 198
11
votes
3 answers

UICollectionView with FlowLayout not scrolling when setting section insets

I am using a UICollectionView programmatically. I've set its frame as follows: UICollectionView *collectionView = [[UICollectionView alloc] initWithFrame:CGRectMake(0, 100, self.view.frame.size.width, 3000) collectionViewLayout:flowLayout]; My…
darksky
  • 20,411
  • 61
  • 165
  • 254
11
votes
4 answers

Fiddler - Capture and decrypt HTTPS traffic from iPad app

I'm trying to monitor the HTTPS requests/responses for my iPad app using Fiddler. I have a Windows 7 PC running Fiddler and have configured the HTTP proxy on my iPad to point to the PC using port 8888. This works fine and the CONNECT tunnel…
Jonathan Wareham
  • 3,357
  • 7
  • 46
  • 82
11
votes
2 answers

Can I release an app without the device?

I have created an iPad app and it is ready to go to the app store, but I can't reach the .app file.. I think it is because I have to build through a real iPad device(which I don't have)? So, can I build the app for archiving without an iPad, using…
Mangy92
  • 621
  • 1
  • 10
  • 25
11
votes
0 answers

Xcode 4.5 takes longer to run app on device with iOS 6

Has anyone else noticed that it seems to take much longer to "send" an app from Xcode to run it on a device? I'm seeing new delays of many seconds while it goes over to an iOS 6 device. Is there anything that can be configured to improve this…
johnbakers
  • 24,158
  • 24
  • 130
  • 258
11
votes
1 answer

MediaPlayer.framework: How to "translate" MPMusicRepeatModeDefault into an actual mode?

As is stated in Apple documents: enum { MPMusicRepeatModeDefault, MPMusicRepeatModeNone, MPMusicRepeatModeOne, MPMusicRepeatModeAll }; typedef NSInteger MPMusicRepeatMode; Yet, MPMusicRepeatModeDefault is described as The user’s…
Matoe
  • 2,742
  • 6
  • 33
  • 52
11
votes
4 answers

Add to NSDictionary entries to NSMutableDictionary

I have a for loop that goes through a series of dictionaries in an array. How can I consolidate all the dictionaries entries as it goes through the for loop into one NSMutableDictionary? I tried addEntriesFromDictionary, but its not working. Thanks…
user984248
  • 149
  • 1
  • 1
  • 8
11
votes
4 answers

Chrome on iPad not working with ASP.NET 4

I just downloaded Google Chrome for iPad and I noticed that it doesn't work with ASP.NET 4 websites! For example, create a simple page: <%@ Page Language="VB" %>
George Filippakos
  • 16,359
  • 15
  • 81
  • 92
11
votes
3 answers

iframe CSS3 scaling issue on iPad Safari (iOS 5.0.1)

I need to scale up an iframe to make it bigger (I have no control over the source code of the iframe's content). I'm trying to achieve it via the -webkit-transform: scale(1.3) CSS property. The iframe's content is scaled up correctly, but when I try…
Attila Kun
  • 2,215
  • 2
  • 23
  • 33
11
votes
3 answers

Distribution of iPad app (.ipa format file) over website

I am new IOS development, i want to distribute my iPad app (.ipa format file) over my website. So, others can download my iPad app (.ipa format file) from my website. So, Is it possible to download the iPad app (.ipa format file) over website by…
Magesh
  • 685
  • 2
  • 7
  • 15
11
votes
3 answers

Creating.pem file for push notification?

I have an IPhone application in which i am implementing push notifications.For that i created a csrfile,p12 file,and production cer.Enabled push notification for the app id.And provision file downloaded.And when i run on the device i got a…
hacker
  • 8,919
  • 12
  • 62
  • 108