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

Test Target not compiling on XCode 13

We are trying to migrate our code from XCode 12 to 13. Our code and all dependencies were compiling on XCode 12. However, since we moved to XCode 13 our unit test target is not compiling. We are using the following: XCode 13.1 Mac OS 11.6 Carthage…
i.am.it
  • 21
  • 3
0
votes
2 answers

Weird behavior while testing Unity game on Xcode 13.1 and iOS 15

I'm developing a game with Unity, everything worked fine until I tested the game on my iPhone XS which runs iOS 15.1 (through Xcode 13.1). In particular I noticed a weird behavior with a plug-in I use (UIEffects); it looks like some transparency…
Six91
  • 77
  • 7
0
votes
0 answers

iOS Background notification C# Xamarin via Firebase

I am sending Firebase Notification on devices with Xamarin plugin. This is my configuration : Visual Studio 2022. iOS 15. Xcode 13. All is working fine in Android devices. All is working fine in Apple devices except one thing : When the application…
C Morell
  • 81
  • 1
  • 3
  • 10
0
votes
0 answers

Crash in iOS 15 and above for Some iPhone 12 mini, 12 and 13 Devices

Crashed: com.apple.main-thread EXC_BREAKPOINT 0x0000000104db0cf0 RestaurantDetailsParentViewController.addDetailVC() Crashlytics Screenshot Here are the codes that I wrote to load child view controller func updateUI() { …
vipintklm
  • 9
  • 4
0
votes
1 answer

SwiftUI NavigationBar empty space under the title

I was working on Xcode 12 and upgraded to 13. Now I'm seeing a weird empty space under the navigation bar title text. I have shared some screenshots. Here is the another image that have the scrollview, and the navigation bar is overlapping it. Here…
Asif Mushtaq
  • 3,658
  • 4
  • 44
  • 80
0
votes
1 answer

iOS15 Navigation title Not Showing Properly in Some Devices SwiftUI

I'm trying to figure out why the navigation title is not working with some devices, but I'm not able to figure out this issue. Can any one please help me to find out this issue, why the navigation title shows only the first 3 letters and after…
Sham Dhiman
  • 1,348
  • 1
  • 21
  • 59
0
votes
1 answer

Iframe content not loading in Iphone after IOS15 upgrade

We have a custom application embedded in an iframe and the content inside the iframe is not loading only in Iphone after the ios is upgraded to ios15. The same application is working fine in IOS14. This issue is seen both safari and chrome browsers…
0
votes
1 answer

How to make key shortcut groups in ios/catalyst

In my app, I am using UIViewController.addKeyCommand() to create keyboard shortcuts. When user holds CMD, a nice table of all commands available is automatically shown. However in iOS 15, these table can be ordered into groups. At least system…
Kaven
  • 147
  • 1
  • 11
0
votes
1 answer

How to make search bar in iOS 15 appear by default?

I started to develop an application using iOS15 and the new .searchable modifier. I have a simple layout with some placeholder results on the main page and a search field attached to the navigationBar. Currently, if the user loads the page and looks…
Andrei Matei
  • 1,049
  • 2
  • 10
  • 23
0
votes
1 answer

xTerm.js in WKWebview encounters characters disappeared on iOS 15

The problem just appears on xTerm.js combine WKWebView. The Safari and SFSafariViewController on iOS 15 are fine. Comparison video: https://youtu.be/R30yMe5Riao Demo code: https://github.com/dongyg/Bug-xTerm.js-WKWebView
Mike Dong
  • 3
  • 1
0
votes
1 answer

Prefill textfields in SwiftUI is broken in iOS 15

In iOS 14 I've following code which prefills all textfields from the coredata model struct EditSimpleSearchView: View { @Environment(\.managedObjectContext) private var viewContext @ObservedObject private var item:…
user4150758
  • 384
  • 4
  • 17
0
votes
1 answer

iOS15 blocking images in emails to my customers

I send emails to my iOS and Android app customers from my server, hosted by JustHost. On an iOS15 device, all the images that are hosted on my server are being blocked (no error message, just an empty box). There is nothing malicious in the…
Jon Schlossberg
  • 329
  • 2
  • 11
0
votes
1 answer

How to change an image to a structure? SwiftUI

Now, when the application is opened, the image from the link is displayed, but if the user does not have the Internet, then the image from the files of my application is displayed how instead of my image - name: "noconnection", show my structure:…
user16253979
0
votes
0 answers

iPhone mini device not dismissed view controller properly

I am trying to presenting BViewController (subclass of UIViewController) from AViewController (sub class of UIView controller). Its presenting view without issues but after dismissing view controller from BViewController to AViewController its not…
KAREEM MAHAMMED
  • 1,675
  • 14
  • 38
0
votes
0 answers

iOS15: How to add a custom activity button to an SFSafariViewController?

In iOS15, there is a new API to SFSafariViewController.Configuration that suggest one can add a custom button on the SafariViewController UI. This blogpost explains this in greater detail, under "Running custom extension". I've been trying to…
gardenofwine
  • 1,344
  • 2
  • 15
  • 24