Questions tagged [ipados]

iPadOS is the operating system running on the Apple iPad. Use this tag only for questions specific to iPad OS. Use the [ios] tag in most cases. Use the related tags [objective-c] and [swift] for issues specific to those programming languages.

iPadOS is the iOS-based operating system for iPad devices, created and developed by Apple. It was introduced on June 3, 2019.

Latest version: 13.2.3 released on November 18, 2019.

286 questions
0
votes
1 answer

iOS 13 Shortcuts: Problem with Maps action Search Local Businesses

Since iOS 13, every time I use shortcuts that include the Maps action "Search Local Businesses" (homemade or from the Shortcuts Gallery, e.g. "Find Gas Nearby" or "Walk to Coffee Shop") I get the error message Invalid argument. You must provide a…
joschaf
  • 515
  • 2
  • 6
  • 14
0
votes
1 answer

Hide Menu page in Landscape mode iPad master details page

My app should work only on Landscape mode, till iOS 13 release it was working fine. After iOS 13, I noticed that the Master page (menu page) is visible on iPad screen as if I used split-screen. I tried MasterPage.MasterBehavior = popover and also…
ritu_o0o
  • 49
  • 6
0
votes
2 answers

iPadOS13.1 input but no caret or autoscroll on focus

first time asking a question here, but I know there is so much knowledge accumulated here that I am hoping someone can help me. The problem: In a cordova app on iPad using HTML5 I have input boxes on several divs in a horizontal layout within a…
0
votes
0 answers

Is anything special required to use an AVCaptureVideoPreviewLayer in a multitasking app in iPadOS?

I'm using AVCaptureVideoPreviewLayer to capture a barcode. Everything works just fine until I try to display the AVCaptureVideoPreviewLayer on an iPad running iPadOS 13 beta 4 while my app/scene is only using part of the iPad screen (the rest of the…
rmaddy
  • 314,917
  • 42
  • 532
  • 579
0
votes
1 answer

iPadOS13 (b7), UIMenuController and multiple windows

Having problems popping a UIMenuController when using multiple (side by side) windows. So I handle a tap in a view then I set the firstResponder to that view, then I present a UIMenuController in that view and the canPerformAction: is called on that…
Scotty
  • 2,019
  • 1
  • 20
  • 31
0
votes
0 answers

How to realize a movable controller in iPadOS, like mail APP in iPad

Mail App in iPad, when we create a new mail, the controller will be presented. But in iPadOS system, this controller can be moved, and if move it to the left side or right side, it can become a multiple window. How Apple to realize this feature? I…
peipei
  • 1
  • 1
-1
votes
1 answer

Dynamic OTHER_LDFLAGS in Xcode that are different between Mac (iPadOS designed app) and iOS app

I want to define different OTHER_LDFLAGS for the MacOS app and iOS app. We have one project that builds from iOS to iPhone / iPad / MacOS (iPad-designed iOS) apps. For iPhone and iPad I require to use one bunch of flags but for MacOS…
-1
votes
1 answer

How to set a storyboard as first view

J'ai créer un storyboard et je ne trouve pas comment l'afficher sur Simulator I created a storyboard and I can’t find how to display it in Simulator.
-1
votes
1 answer

How to know the exact size of a Picker in an View?

To precisely know the View's architecture, and how to compose it, it will be useful to know what size will get the Picker in the parent View. Is this predictable ?
F. J.
  • 9
  • 1
-1
votes
1 answer

How does google make same account visible across multiple apps on an iOS device?

I've installed google Hangouts, and then installed google Meet (two separate apps). I logged in on Hangouts, and when I opened Meet, it asked whether I want to sign in with the same account. Same happens on Youtube, Gmail and other google apps. I…
O.W.Grant
  • 163
  • 11
-1
votes
1 answer

Calling Long Press Button action only once not rapid fire

Here is my code for a long press. When I long-press the button, it keeps getting called. How do I set it up so it only gets called once and then gets called again only once the finger is release and the long press is started again? let…
Nevin Jethmalani
  • 2,726
  • 4
  • 23
  • 58
-2
votes
1 answer

How can I populate my Swift App with data from a webpage?

I wanted to create an app that organizes and displays the data I want in a fandom wiki for me, so I downloaded Swift Playgrounds on an iPad Pro, finished all the tutorials, and I’m working on it now. I’m already decently familiar with C/C++/C#,…
Pål Hart
  • 19
  • 6
-3
votes
0 answers

Build failed because the Mach-O file couldn’t be generated using Swift Playground on an iPad

This happens to me every time I try to code using Swift Playgrounds on my iPad. I tried to make a music app for my online service. But it went wrong: Build failed because the Mach-O file couldn’t be generated
-3
votes
1 answer

Swift: Why does the iPad/Mac app version look weird

How can I fix this? It's showing up on my Mac + iPad. On iPhone is looks normal. I don't really know what to add besides an ss, so if you need anything, please ask. Thanks in advance.
Canyon
  • 45
  • 6
-3
votes
1 answer

[_LSDefaults sharedInstance]: unrecognized selector sent to class 0x1f36e3dd8

I updated my ipad to ipad OS and it ran successfully for about 15 seconds, then crashed. Crash info : [_LSDefaults sharedInstance]: unrecognized selector sent to class 0x1f36e3dd8 Apple BUG? this class is in
1 2 3
18
19