Questions tagged [ipados16]
9 questions
4
votes
0 answers
Disable Automated PDF Analysis in iOS 16 PDFKit
Since the upgrade to iPadOS 16, Xcode's console has been filled with messages such as [VKImageAnalyzer processRequest:] returned 0 or [VKImageAnalyzer processRequest:] block returned NULL analysis - this happens in the simulator, and on the physical…

Ron Regev
- 459
- 2
- 18
3
votes
0 answers
[MyClass initWithCoder:]: unrecognized selector sent to instance - On iOS16
I am using the [NSKeyedUnarchiver unarchiveObjectWithData:result] methode for unarchiving NSData in my objective c bases app.
NSMutableArray *array = (NSMutableArray *)[NSKeyedUnarchiver unarchiveObjectWithData:result];
This is working pretty fine…

Mohammed Abdul Basith
- 206
- 2
- 8
3
votes
1 answer
SwiftUI: How to update detail column from a distant child using iOS16/iPadOS16 NavigationSplitView and NavigationLink
I'm trying to update an older app to use the new NavigationSplitView and NavigationLink, but trying to wrap my head around the proper way to do it when the sidebar has a hierarchy of child objects and I want to update the detail view from a distant…

tharris
- 2,192
- 2
- 13
- 14
1
vote
2 answers
iOS PWA - After updating the service worker once, killing the app & restarting it, another copy of the active service worker is waiting
I have an app that registers a service worker and gives the user the chance to trigger a service worker update when a new service worker is waiting. Everything seems to be functioning well on Android, and it's also functioning fairly well on iOS.…

stackmak
- 79
- 7
1
vote
0 answers
iOS 16 change screen brightness
Since updating to iPadOS 16 I cannot the change screen brightness continually.
The brightness change does not show on the screen or the change starts only when I use the Pan gesture "aggressively". The following code works fine in iPadOS 15 (I can…

KaasCoder
- 251
- 5
- 14
0
votes
0 answers
The Safari page on iPadOS 16.4 Public Beta crashed (if we have video using videojs on adminLTE theme)
The safari page crashed when I tried to add a video with Video.js on AdminLTE 2.4.5 theme.
I replicated the issue on jsfiddle and this is what happened.
Here's the fiddle that we can test on iPadOS 16.4 Public Beta version:…

Codeblooded Saiyan
- 1,457
- 4
- 28
- 54
0
votes
0 answers
GKGameCenterViewController showing as black text on dark background on iPads running iPadOS 16
I have a SwiftUI app that shows a GKGameCenterViewController. I am hitting a problem which is specific to iPads running iPadOS 16.1 and above in light mode only. Under these circumstances, the child views of GKGameCenterViewController appear as…

Benzy Neez
- 1,546
- 2
- 3
- 10
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
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