Questions tagged [ios16.2]
5 questions
7
votes
1 answer
The app is crashed when layout 2 text fields horizontally on iOS 16.2
I got the app crashed on the iOS Simulator 16.2 when layout 2 text fields horizontally.
Step by step to reproduce on iOS Simulator 16.2:
Environments:
Xcode 14.2
iOS 16.2
Simulator
Step 1: 2 text fields (UITextField) into a horizontal stackview…

Tuan Nguyen
- 2,624
- 1
- 17
- 15
3
votes
1 answer
Issue: Live Activity is showing old scores after 8 hours in iOS 16
Can anyone help why the old score is showing in live activity after 8 hours?
I have added the live activity on Monday, 24 April 9:50 PM. It's working fine to update data properly via notification. But, I see old data in next morning. Old score…

Chandresh Kachariya
- 667
- 2
- 13
- 31
3
votes
1 answer
ProgressView inside SwiftUI List disappearing after list is updated
The circular (default) SwiftUI ProgressView disappears within a List whenever the list gets expanded with new content because of a .onAppear modifier on the ProgressView.
The ProgressView becomes invisible, although its allocated cell (and its…

Thofreym
- 59
- 6
0
votes
1 answer
Fix "Type 'CMTime' has no member 'zero'" error in Xcode, for 16.2?
It seems that currently (14.2 (14C18)) if you use CMTime.zero
self.player?.seek(to: .zero, toleranceBefore: .zero, toleranceAfter: .zero)
or
self.player?.seek(to: .zero)
you'll see the error
However, the project does compile and run…

Fattie
- 27,874
- 70
- 431
- 719
0
votes
0 answers
IOS 16.2: Unable to browse file in WebView
I have created a form with jQuery for getting user information, in that, the Browse option is working in below IOS 16.2 but in ios 16.2 it is not working in WebView.
Below code, I am using for file pick.
$('#file-uploader').dxFileUploader({
…

Sagar Zala
- 4,854
- 9
- 34
- 62