This repository has been archived by the owner on May 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Show custom UI after answer call from lock screen #24
Comments
I think it is the default behaviour and I'm unsure if it can be modified. |
@ianlin messenger, whatsapp, etc don't have this - do you think they're using something custom instead of callkit? |
Hello @ianlin @bsiddiqui there is something new about this topic? |
Hi @ercpereda it's technically impossible in iOS. |
hey @bsiddiqui, which method calling when "HDC" button pressed? :) My app crashed when i touch this button. |
Yeah i need to do this also |
I'm no expert, but I believe this can't be done on iOS, since they don't let you draw over the lock screen like on Android. |
Lukkub
pushed a commit
to Experty/react-native-callkit
that referenced
this issue
Mar 11, 2019
Patched issue where RNCallKeep wouldn't execute properly if app is re…
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a user answers a call from the lock screen, they will see the native iPhone call UI instead of the custom UI the app displays.
They then have to click the button on the bottom right with the app name ("HDC" in the screenshot) to see the app UI.
If the phone is unlocked, answering the call allows you to route to the app UI. Is there a way we can display app UI after a user answers the call from the lock screen or do you not have permission for some reason since the phone is locked?
The text was updated successfully, but these errors were encountered: