Questions tagged [ios-15.4.1]
3 questions
3
votes
1 answer
iOS Keyboard doesn't show up in iOS 15.4
I'm new to iOS. I've just taken over for another developer. I recently realised that this is a major issue because users cannot use our app. The keyboard gets dismissed as soon as it's shown. So no one can enter anything in the text field/s. It's…

Devenom
- 915
- 1
- 9
- 20
1
vote
1 answer
SwiftUI Textfield state change stopped working with iOS 15.4.1
The following code has worked fine until iOS 15.4.1. It simply enables a button next to a textfield after the value entered is greater than 100000. It still works with 15.3.1 but stopped working with 15.4.1. Any idea what was changed to prevent…

ShouldHaveBeen
- 631
- 1
- 6
- 10
0
votes
0 answers
How to get access to push notification, when its a time sensitive notification and "Leave On" button is displayed in it
My XCUI test was checking for existence of notification by using springBoardApp.descendants(matching: .any)["NotificationShortLookView"]. But I have started getting "Leave On" and "Turn off" buttons in it. With this above code is failing to get a…

Rabi
- 1
- 1