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
0 answers

SwiftUI - How can I force the iPad app not to lunch with a blank screen on the right side?

When starting my app on iPadOS, there is a blank view/screen on the right side, so I need a solution to force the app to choose or to lunch with the firstDetailsView(). If there is no solution for this problem, how can I add a Text() View on the…
0
votes
0 answers

How to configure Sidebar for iPad

I want to create a Sidebar for my iPad application. But I can't find how to create a Section with NSCollectionLayoutSection. What is INSCollectionLayoutEnvironment of Create method? public static NSCollectionLayoutSection…
Amine
  • 1,198
  • 11
  • 19
0
votes
0 answers

Is there a way to detect if the resize gesture in the bottom right corner (on Apple Silicon, iPadOS 16) is active?

On iPadOS 16, running on Apple Silicon, windows can be resized by dragging at the bottom right corner. This interferes with any long press gesture you might have yourself on something in this area. I am looking for a way to know if this gesture is…
Cocoanetics
  • 8,171
  • 2
  • 30
  • 57
0
votes
1 answer

SwiftUI List Row Context Menu Label Based on Index Array Property

Searched around and have not found an answer. Believe I know what the issue is, but not sure how to resolve it. I have a swiftUI list that displays a context menu when a certain type of row is selected(not all rows qualify, this works as it should.…
Charles
  • 95
  • 11
0
votes
0 answers

Is there a way to know that Stage Manager (multitasking is currently enabled) in Xamarin. Forms Programmatically?

Is there a way to know that Stage Manager (multitasking is currently enabled) from Xamarin.Forms? Is there a way to disable this programmatically Can it be checked during application startup?
Ajay Kumar
  • 19
  • 5
0
votes
0 answers

Why does my BLE python code (using Jupyter and PythonHere) NOT detect any devices?

I am very new in programming, I am using my iPad to write python code. My end goal is to create an android app that utilises BLE (bluetooth low energy) technology to act as a central, in order to get the RSSI values of some stationary beacons…
0
votes
0 answers

How can I disable 3 finger tap/swipe gestures available since iOS 13+ in my Flutter game?

I have a Flutter game and it is not unlikely that a user puts 3 fingers on the screen. iOS 13.0 introduced three finger tap to open an edit menu and three finger swipe left/right to undo/redo. I want to disable this feature for the whole app. What I…
RobDil
  • 4,036
  • 43
  • 52
0
votes
0 answers

Conversion of Integer array to Location coordinates is not working in iPadOS 16 Beta

Im facing one issue in iPadOS 16 Beta (16.1 release). The issue was in my application server send response in Integer array and we have to convert that Integer array to location coordinates. Find my attached code. func…
Rajasekhar Pasupuleti
  • 1,598
  • 15
  • 22
0
votes
0 answers

Cannot acces my smb share from ipad because of some port error?

Setup: ubuntu server with smb share (works fine in local network) set domain name using no-ip dns to myserversomething.ddns.com port forwarding on router port selection based on this https://www.ipfingerprints.com/portscan.php port 9898 -> 445 What…
0
votes
0 answers

Targeted Device Family Specifies

Does Targeted Device Family -> iPhone prevent iPad users from seeing/downloading my published app? Or is it only for formatting purposes? Context: iPad simulator looks terrible when I set Targeted Device Family to iPhone, so if iPad usage is…
cocobeans
  • 71
  • 1
  • 8
0
votes
1 answer

How to write into specific mipmap using Metal kernel?

When using GLSL, it's easy writing into specific mipmap level. But I found out it seems missing in Metal shading language. Well, I might be wrong. Maybe there are some workaround.
iaomw
  • 720
  • 6
  • 21
0
votes
0 answers

iPhone's Top Bar is the Wrong Color

The top bar (the bar at the very top of the device's screen with the time, battery, WiFi, etc.) in my iOS app is the same color as the background color, making it invisible. Usually, the device automatically sets the bar color based on the…
0
votes
1 answer

Unable to edit videos recorded in default mode on iPhone 13 mini on iPad 2020 8th generation - iOS v15.5

I am using default apple photo & video & camera apps on both devices. Devices run ipadOS 15.5 and iOS 15.5. Video is recorded in "normal" video mode on iphone 13. After syncing the video to icloud and trying to edit the video in photos app on ipad…
pcihy
  • 63
  • 1
  • 1
  • 6
0
votes
1 answer

How can I make Apple Shortcuts speak text in a different language than the one set for the device?

My iPad Pro is set to work in language x (let’s say, English). I’m writing a Shortcut that’s supposed to speak text in language y (let’s say, Italian). Shortcuts instead speaks the text in English. How can I get to make it speak the text in…
0
votes
0 answers

SwiftUI on iPadOS - Multitasking does not show the correct navigation title

This is on iPadOS 15.4. I'm using Xcode 13.3.1. I'm using SwiftUI. I have two files: iPadNavigationViewTestApp.swift @main struct iPadNavigationViewTestApp: App { var body: some Scene { WindowGroup { NavigationView { …
Skk
  • 126
  • 1
  • 8