Post

Replies

Boosts

Views

Activity

Reply to Enable dictation alert disappears quickly
When the "Enable Dictation?" alert is displayed, appDelegate.applicationWillResignActive() is called. My guess is that in this method, you are force-ending the editing of the text input (via endEditing(), resignFirstResponder(), etc.) which is making the need for dictation permission no longer necessary.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’21
Reply to Callkit pannel Video button gray out
I am experiencing the same with iOS 17. Were you able to resolve this?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to CallKit Video button disabled
I ran into this issue with iOS 17 devices - If the call was answered from the Lock Screen, the video button is disabled. Is this your experience also?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Enable dictation alert disappears quickly
When the "Enable Dictation?" alert is displayed, appDelegate.applicationWillResignActive() is called. My guess is that in this method, you are force-ending the editing of the text input (via endEditing(), resignFirstResponder(), etc.) which is making the need for dictation permission no longer necessary.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21