Starting iOS13 I see a strange behaviour in the keyboard when app goes to background state and comes back to foreground state. It seems origin.y value is changed incorrectly. The issue does not occur if app does not go to the background state.Here are the logs for origin.y value of the keyboard.keyboard begin frames y:896.000000keyboard end frames y:595.000000app goes to background state and comes back to foreground state.keyboard begin frames y:0.000000keyboard end frames y:-301.000000https://i.stack.imgur.com/38q6a.png
Post
Replies
Boosts
Views
Activity
Sometimes CXEndCallAction is triggered by either iOS or the user. Is it possible for iOS to trigger it due to the low battery or any other reason?
Thanks in advance for the answers.