-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Answer Calls with Locked Device #433
Comments
Hi, you can still receive call even the app is swiped out or closed ? is it running on background? |
Hi, the solution I found was to create a service in the background. But it wasn't very good, because sometimes I can't retrieve the called object |
@viniciusoliverrs can you share you solution? |
I also got a solution for it , since it is running on background, i will invoke a method from background. it is stable now . |
@dvxgit-jalonzo Can you share it? Thanks in advance
|
Description:
I am experiencing an issue where I am unable to answer incoming calls when my device is locked. When a call comes in, I am unable to complete the call while the device is locked. The call can only be initiated once the device is unlocked, as this is when Flutter is initialized.
Steps to Reproduce:
Lock the device.
Receive an incoming call.
Attempt to answer the call while the device is still locked.
Observe that the call cannot be completed.
Unlock the device.
Initiate the call successfully after the device is unlocked.
Expected Behavior:
I expect the call answering functionality to behave similarly to applications like WhatsApp, where incoming calls can be answered even when the device is locked. Users should be able to answer calls directly from the lock screen without needing to unlock the device first. This would enhance user experience and provide greater convenience when receiving calls.
Can anybody help me?
The text was updated successfully, but these errors were encountered: