Questions tagged [ios15]

Use for questions specific to Apple's iOS 15 mobile operating system, released in 2021. General iOS questions should use the [ios] tag.

573 questions
3
votes
3 answers

Getting Result out of a Task

I have an asynchronous function that returns the result of an App Store query (was the query successful or not displayed in an alert). I am having trouble getting the result out of the task--Cannot find 'result' in scope. If I move let gotTitle =…
Galen Smith
  • 299
  • 2
  • 14
3
votes
2 answers

SwiftUI searchable on NavigationView always shown, hides only on scroll

I'm writing a fairly simple SwiftUI app about movies and I have this issue where the new .searchable modifier on NavigationView is always being shown, whereas it should be hidden, unless you pull down on the List. It hides it correctly if I scroll a…
Vedran Kopanja
  • 1,259
  • 12
  • 23
3
votes
1 answer

White Screen Shows for Minutes Before Launching App - Xcode 13 on iOS 15.1.1

This is a weird bug I'm getting using Xcode 13 and iOS 15.1.1. I've developed a simple app and when I run the app on iOS 15.1.1 (iPhone 13 Pro), before the app launches a white screen (black in case dark mode is ON), is shown, for couple of…
Arjun
  • 1,477
  • 1
  • 13
  • 23
3
votes
0 answers

How to update UITextField after deprecation of drawText(in:) in iOS 15

I have a subclass of UITextField that does some work to layout a 2FA input with a background for each charecter. Before iOS 15 I used drawText(in:) to layout the background of each character. Apple deprecated this as of iOS 15. How can I get this…
3
votes
0 answers

How to get URL of active tab from popup.js with Safari iOS App Extension in iOS 15?

I'm developing Safari App Extension for iOS 15.0+ and I need to get URL of active tab in popup.js and display. Here is how I do that in popup.js: document.getElementById("appresponse").innerHTML =…
Serge
  • 2,031
  • 3
  • 33
  • 56
3
votes
1 answer

How can I Hide TabBar in specific Views, in iOS 15 using SwiftUI

I need my TabBar to disappear if I click on a NavigationLink. I know you can achieve that in iOS 14 with the following code: NavigationView{ TabView{ View1().tabItem { Image(systemName: "house.fill") …
Boothosh81
  • 387
  • 1
  • 5
  • 24
3
votes
0 answers

after updating react-native to 0.66.1 and xcode to version 13.1, the app stopped running on the device

When launching the application through Xcode, the build is successful. But when installing the application on the device, I get an error. Details Unable to install "MyHouseReactNativeMigration" Domain: com.apple.dt.MobileDeviceErrorDomain Code:…
anokhindev
  • 55
  • 4
3
votes
1 answer

How to fix blue color of HTML select tags in iOS 15 using CSS

iOS 15 changed HTML select elements to default blue color. How do you fix this with CSS?
John Doe
  • 983
  • 4
  • 14
  • 27
3
votes
1 answer

Flutter app can't build on iOS 15.0 simulator but working on real iPhone on iOS 13.0

My setup is: M1 Mac, Xcode 13, Flutter 2.5.3, android studio arctic fox, iPhone on iOS 13. I can build the Flutter app on real iPhone with Xcode. when I build on iOS 15 simulator with Xcode, the error is "Module 'audioplayers' not found". when I use…
Hao C
  • 75
  • 1
  • 5
3
votes
0 answers

iOS15, paragraphStyle can't working on SwiftUI

In iOS15, SwiftUI introduced attributesString which I'm really excited about. But I found that paragraphStyle can't working, but other attribute is working fine. Text("JKL Services Information Management") { string…
zhanqian
  • 31
  • 2
3
votes
1 answer

SpriteKit performance drop when frame rate set to 60hz but NOT when 120hz on iPhone 13

I've updated my SpriteKit game to iOS 15 and, when testing on an iPhone 13 Pro, I've discovered frame rate has steadily dropped to around 55-56fps on this device: However, when I set preferredFramesPerSecond to 120 (and the respective Info.plist…
Manny
  • 967
  • 1
  • 6
  • 17
3
votes
0 answers

Change compact date picker text color. Always black

I have inserted a UIDatePicker in .compact format, only date, in Swift. I have done several tests and read many posts but I can not change the color of the text which always remains black. pickerInizio.setValue(UIColor.red, forKey: "textColor") …
Francesco
  • 77
  • 5
3
votes
0 answers

How should the iOS 15.0.1 Safari collapsed/minimized address/URL/domain bar be handled?

It seems that window.innerHeight does not factor it in. This results in it overlaying content undesirably. See the screenshot below. 1st Gen iPhone SE I have tried using env(safe-area-inset-bottom) after adding viewport-fit=cover to the…
3
votes
0 answers

iOS 15 Crash: A view controller not containing an alert controller was asked for its contained alert controller

We have crashes only for iOS 15 with description: "A view controller not containing an alert controller was asked for its contained alert controller" We can't locate problem code. And also can't reproduce the crash. Stacktrace doesn't say us…
3
votes
2 answers

Black bottom in Iphone ios15 safari on material ui dialog

black space in bottom of the page Recently I started seeing this black screen after the ios 15 updates in the safari browser , I am using react 16, material UI v4.11 and Dialog to render this modal.