iPadOS is the operating system for iPad.

iPadOS Documentation

Posts under iPadOS tag

413 results found
Sort by:
Post not yet marked as solved
854 Views

Accessing IndexedDB in iOS / iPadOS 14.6

Since updating my iPad to 14.6, I see huge problems opening a connection to the IndexedDB. This can be seen in our hybrid app and in the Safari Browser directly. When the app starts, it fails connecting to the database. But when I reload the page afterwards, everything works fine.
Asked
by Heiner.
Last updated
.
Post not yet marked as solved
732 Views

iPadOS 15 App RAM Limit still 5GB?

Is the App limit for RAM in iPadOS 15 still 5GB or has it been increased?
Asked
by j_t_h.
Last updated
.
Post not yet marked as solved
240 Views

iPadOS 15: stuck in a loop after OS update

I updated my iPad M1 2021 with the profile and it is now stuck. I have the locked screen and as soon as I enter the password, it goes into this loop... until it reboots. Looks like this: https://www.youtube.com/watch?v=Ks-NWKWWRg8 I cannot access the iPad on Mac OS as it requires to be trusted (which I cannot do as the iPad is stuck as soon as I enter the password). I thought about going into recovery/DFU mode but I believe this only works with the iPad turned off... and I cannot turn it off either. Any idea on how to resolve this? Thanks!
Asked
by tmarques.
Last updated
.
Post not yet marked as solved
38 Views

IOS Upgrade

I recently updated the iPad OS on my iPad Air 2 to version 14.6. Now, my recipe app doesn’t work and I’m afraid I’ve lost all of my recipes. Is there a way to downgrade my OS so it can read the app?
Asked
by bwoertz.
Last updated
.
Post not yet marked as solved
49 Views

Building a Photo Lookup App

So I’m thinking about creating an app that allows users to take a photo of any piece of clothing then it instantly find those clothes that you can then buy in any size or get the manufactured to your size. How should I go about starting an App like this?
Asked Last updated
.
Post not yet marked as solved
34 Views

Add Images in Playgrounds on iPad

I want to add an Image from my photos app into an project in iPad’s swift Playgrounds. How can I add the image to the Project?
Asked Last updated
.
Post not yet marked as solved
36 Views

changed MODIFIER KEYS not working with SIDECAR

I'm currently on a MacBook Pro (13-inch, M1, 2020) & iPad Pro (9.7-inch,2017). When I work in sidecar the modifier keys I've set up, don't translate to use on the iPad, with the apple pencil. One thing i found that sort of works, is using an external keyboard (paired with the iPad) and then updated the iPad's keyboard hardware modifier key settings. but then i cant type on it, so then I’m back to the MacBooks keyboard...so its a crap work around. with all that said, Is there a sidecar modifier key setting somewhere? Its just a bit frustrating when I have work to do, and my modifier keys, change the instant i put pencil to screen. please help!
Asked Last updated
.
Post not yet marked as solved
314 Views

iPadOS 15 Crashes Safari

Safari crash when clicking on search engine. Cant navigate.
Asked Last updated
.
Post not yet marked as solved
23k Views

Magic Mouse 1 will not scroll on latest iPadOS 13.4 beta

Hi,I am having a problem with my Magic Mouse gen 1. I have tried pairing it with my iPad numerous times and while it pairs, tracks, and selects things perfectly I am completely unable to scroll webpages or anything else and am forced to use my finger to do so. I have seen lots of people on YouTube using the Magic Mouse gen 2 and it works perfectly so I'm wondering, what about the 1st generation Magic Mouse is causing it to behave this way? Is it just because it's old and I need a new mouse? I'm just looking for answers right now so if the answer is just flat out no, then I can go get a new mouse to use but if anybody else has managed to scroll with the 1st generation Magic Mouse then I would like to know what I'm doing wrong because having a mouse that I can use properly with my iPad would be a huge asset to me.Thanks in advance!
Asked
by Shock9616.
Last updated
.
Post not yet marked as solved
53 Views

Why do SwiftUI apps frequently break when used with pointers?

I have filed two feedback items for the following issues: FB9184508 and FB9132675. On my SwiftUI app, two things happen which make the app completely unusable and I believe they are due to a SwiftUI bug: On iPadOS, if you use the Magic Keyboard and the iPadOS pointer, buttons stop responding to trackpad clicks but work when you use your finger. On macOS, where my app runs as a Catalyst app, simple buttons in my app completely stop responding to clicks, even though they show hover states and are simple, logic-less buttons. My code is also identical on iPadOS and macOS. The app is called DetailsPro. Has this happened to anybody else? Has anyone else filed feedback for this and heard back?
Asked Last updated
.
Post not yet marked as solved
4.7k Views

iPadOS 14 Scribble language support

Hello there, Does Scribble on iPadOS 14 support languages other than English? I tried switching to the Korean keyboard and when I write, it tries to convert to the English characters. If not currently, does Apple plan on supporting other languages for Scribble in the future? I think that would be a great addition. Thank you.
Asked Last updated
.
Post not yet marked as solved
60 Views

iOS 14.7 cellular connection issue

since I installed iOS 14.7 beta update my iPhone 11 Pro won’t connect to my cellular network, I see there are many users in this position, does anyone know when there will be a fix for this?
Asked
by ecurb29.
Last updated
.
Post marked as solved
103 Views

Can't go back after installing iPadOS 15 Dev

I've tried to follow Apple's instruction using Finder app on my Mac, but it doesn't even see my iPad. Everything works fine, I can use sidecar, handoff. Everything, but I can't see my iPad in finder in both if it's in restore mode and if it's not. Is there any way to go back? I've deleted the config file from my ipad but i have no updates avaiable. Will I be aple to update it to public beta in june when it gets released? This developer beta has few bugs that makes it a bit annoying to use.
Asked
by Pugeon.
Last updated
.
Post not yet marked as solved
68 Views

MKPolyline not rendered over hybrid map on device until tiles are loaded

Since iOS 14, including the first iOS 15 beta, when a MKPolyline is added to a MKMapview with its mapType set to .hybrid, the polyline is not rendered on each map tile until the satellite image has been loaded. This prevents the polyline to being drawn at all when the device has no connection and makes it unusable when the connection is slow because it partially draws the polyline on the few tiles that have been fetched but not on the ones still fetching. If the satellite tiles are already cached the polyline is drawn. I’ve verified that MKOverlayRenderer.draw(_:zoomScale:in:) is immediately called when the tile is shown but the updated context doesn't show until the underlaying satellite image has been loaded. This problem doesn't happen with the map types .satellite, .standard or .mutedStandard. It also only happens in a physical device, it doesn’t happen in the simulator. We have not found any workaround yet and we've had to replace .hybrid for .satellite since iOS 14. Has anybody found a solution for this problem? I've also created a bug report with a sample project to test this issue: FB9038275
Asked
by Tallada.
Last updated
.
Post not yet marked as solved
147 Views

SwiftUI MapKit makeUIView Repeatedly Called Every Other Time

I have a SwiftUI app that includes a map with annotations and an overlay of polylines on highways. I use Core Data to store Waypoint structs to configure the polylines. Multiple Waypoints make a Trip. The app is the basic Master/Detail style with a list of trips and a DetailView that displays the map with the overlay. As a part of that process I calculate the time and distance for each segment (between Waypoints). All of this works as expected with one really strange problem. When I start the app, the first Trip is displayed correctly with the correct time and distance. However, when clicking on a second Trip the makeUIView function of the UIViewRepresentable is called multiple times - even more strangely, five times. That obviously wastes internet resources and it makes the time and distance incorrect. Now if that is not strange enough, when clicking on a third Trip, the information is correct. In fact, every other Trip is correct - it does not matter which is first, every other is correct with the intervening ones all incorrect. My first thought was that I had some strange toggle somewhere, but I do not. I cannot find anything that should require the makeUIView to be called five times and certainly not every other time. I have attached the MapKitMakeUIViewQuestion.txt code for the DetailView: Just as an aside - I published this app to the App Store some time ago (and several versions of iOS and Xcode ago) and I believe the app behaved as expected at that time. Any guidance would be appreciated. Xcode 12.5 iOS 14.5
Asked
by JohnOfSF.
Last updated
.