unoplatform/uno

[iOS/Android][PhoneCallManager] `IsCallActive` & `IsCallIncoming` does not change when user receives or answers a phone call

Open

#19,912 建立於 2025年4月10日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)C# (837 fork)batch import
difficulty/starter 🚀good first issuekind/bugproject/non-ui ⚙️

倉庫指標

Star
 (9,789 star)
PR 合併指標
 (平均合併 14天 8小時) (30 天內合併 130 個 PR)

描述

Current behavior

When the user receives an incoming call or is actively on a call, the checkboxes for IsCallIncoming and IsCallActive remain in the false state. They do not reflect the actual call status.

Tested with Versions: iOS: 2504012147.36782 & 2504091441.36963 Android: 2504091443.36963 (36963) & 2504012147.36782 (36782)

Expected behavior

When the user receives an incoming call, IsCallIncoming should be set to true. When the user answers the call and it becomes active, IsCallActive should be set to true. Once the call ends, both flags should revert back to false.

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

Android, iOS

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

貢獻者指南