Post not yet marked as solved
854
Views
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.
Post not yet marked as solved
732
Views
Is the App limit for RAM in iPadOS 15 still 5GB or has it been increased?
Post not yet marked as solved
240
Views
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!
Post not yet marked as solved
38
Views
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?
Post not yet marked as solved
49
Views
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?
Post not yet marked as solved
34
Views
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?
Post not yet marked as solved
36
Views
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!
Post not yet marked as solved
314
Views
Safari crash when clicking on search engine. Cant navigate.
Post not yet marked as solved
23k
Views
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!
Post not yet marked as solved
53
Views
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?
Post not yet marked as solved
4.7k
Views
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.
Post not yet marked as solved
60
Views
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?
Post marked as solved
103
Views
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.
Post not yet marked as solved
68
Views
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
Post not yet marked as solved
147
Views
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